The below error is received on executing the following command wct --skip-selenium-install
TypeError: Cannot read property '1' of null
Actual Behavior
Test cases do not run.
Expected Behavior
Test cases should run
Versions & Environment
- Polymer CLI: v1.9.8
- node: v10.15.3 (Windows)
- npm: v6.4.1 (Windows)
- WCT v6.9.2
- Operating System: Windows 10
- Browsers Tested on : Chrome v.74
Downgrading to lower than node 10 works fine. See also (#3261 and #280)
The below error is received on executing the following command
wct --skip-selenium-installActual Behavior
Test cases do not run.
Expected Behavior
Test cases should run
Versions & Environment
Downgrading to lower than node 10 works fine. See also (#3261 and #280)