Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 918f61c

Browse files
authored
fix: Add seleniuv-webdriver to package.json (#45)
1 parent 5ea550d commit 918f61c

File tree

3 files changed

+2856
-1760
lines changed

3 files changed

+2856
-1760
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,17 @@ axe-webdriverjs runs tests using Selenium Webdriver 3, which requires Node 6.9.0
8585
Once you have Node.js installed, from the repository root, do the following:
8686

8787
```
88-
npm install axe-core
8988
npm install
9089
```
9190

9291
To run tests:
9392

9493
```
95-
grunt test
94+
npm test
9695
```
9796

9897
To build the package:
9998

10099
```
101-
grunt build
100+
npm run build
102101
```

0 commit comments

Comments
 (0)