File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -81,18 +81,7 @@ To run tests locally with Selenium:
81
81
npm test
82
82
```
83
83
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:
96
85
```
97
- GCM_API_KEY=your_API_key FIREFOX="stable" CHROME="nightly" npm test
86
+ GCM_API_KEY=your_API_key npm test
98
87
```
You can’t perform that action at this time.
0 commit comments