File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -63,25 +63,13 @@ The [Service Worker Cookbook](https://serviceworke.rs/) is full of Web Push exam
63
63
64
64
#### Prerequisites:
65
65
* Java JDK or JRE (http://www.oracle.com/technetwork/java/javase/downloads/index.html )
66
- * Selenium Server 2.53.0 ([ Download] ( http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar ) )
67
-
68
- ### Setup
69
-
70
- * Run Selenium Server
71
-
72
- e.g. in shell form:
73
-
74
- ``` sh
75
- java -jar selenium-server-standalone-2.53.0.jar
76
- ```
77
-
78
- To run tests locally with Selenium:
79
66
67
+ To run tests:
80
68
``` sh
81
69
npm test
82
70
```
83
71
84
72
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:
85
- ```
73
+ ``` sh
86
74
GCM_API_KEY=your_API_key npm test
87
75
```
You can’t perform that action at this time.
0 commit comments