mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
6e3fa974ba
Given chromedriver was already an extra dependency that needed to be manually installed, I have now moved all of the webdriver.io dependencies out as well. A new script has been added to install all of the ui test dependencies. The Grunt file has been updated on how it checks for the missing deps.
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
npm install --no-save \
|
|
grunt-webdriver@^2.0.3 \
|
|
wdio-chromedriver-service@^0.1.5 \
|
|
wdio-mocha-framework@^0.6.4 \
|
|
wdio-spec-reporter@^0.1.5 \
|
|
webdriverio@^4.14.1 \
|
|
chromedriver@2
|