Skip to content

Commit c55ba87

Browse files
committed
Update tests documentation
1 parent b4b40ee commit c55ba87

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,7 @@ To run tests locally with Selenium:
8181
npm test
8282
```
8383

84-
Selenium tests require Firefox or Chromium/Chrome. You can either use your installed versions or let the tests download the browsers for you.
85-
86-
```
87-
FIREFOX="stable" CHROME="nightly" npm test
88-
```
89-
90-
Possible values for FIREFOX and CHROME are:
91-
- "stable", the test will automatically download the stable version;
92-
- "nightly", the test will automatically download the nightly/canary version;
93-
- path to the Firefox/Chromium binary, the test will use it instead of automatically download the browser for you.
94-
95-
In order to make the tests run in Chromium/Chrome, you also need a GCM API key and you need to define a GCM_API_KEY environment variable:
84+
In order to make the tests run in Chromium/Chrome, you need a GCM API key and you need to define a GCM_API_KEY environment variable:
9685
```
97-
GCM_API_KEY=your_API_key FIREFOX="stable" CHROME="nightly" npm test
86+
GCM_API_KEY=your_API_key npm test
9887
```

0 commit comments

Comments
 (0)