File tree 1 file changed +2
-2
lines changed
javascript/node/selenium-webdriver
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ To run the tests, you will need to download a copy of the
19
19
[ ChromeDriver] ( http://chromedriver.storage.googleapis.com/index.html ) and make
20
20
sure it can be found on your ` PATH ` .
21
21
22
- npm test selenium-webdriver
22
+ cd node_modules/ selenium-webdriver/ && npm test
23
23
24
24
To run the tests against multiple browsers, download the
25
25
[ Selenium server] ( http://selenium-release.storage.googleapis.com/index.html ) and
@@ -28,7 +28,7 @@ You can use the `SELENIUM_BROWSER` environment variable to define a
28
28
comma-separated list of browsers you wish to test against. For example:
29
29
30
30
export SELENIUM_SERVER_JAR=path/to/selenium-server-standalone-2.33.0.jar
31
- SELENIUM_BROWSER=chrome,firefox npm test selenium-webdriver
31
+ SELENIUM_BROWSER=chrome,firefox npm test
32
32
33
33
## Usage
34
34
You can’t perform that action at this time.
0 commit comments