Skip to content

Commit e4cb8b1

Browse files
committed
Update documentation to remove the Selenium server from the prerequisites
1 parent e6f2e39 commit e4cb8b1

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,13 @@ The [Service Worker Cookbook](https://serviceworke.rs/) is full of Web Push exam
6363

6464
#### Prerequisites:
6565
* 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:
7966

67+
To run tests:
8068
```sh
8169
npm test
8270
```
8371

8472
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
8674
GCM_API_KEY=your_API_key npm test
8775
```

0 commit comments

Comments
 (0)