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

Commit

Permalink
fix: Add seleniuv-webdriver to package.json (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored Nov 16, 2017
1 parent 5ea550d commit 918f61c
Show file tree
Hide file tree
Showing 3 changed files with 2,856 additions and 1,760 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,17 @@ axe-webdriverjs runs tests using Selenium Webdriver 3, which requires Node 6.9.0
Once you have Node.js installed, from the repository root, do the following:

```
npm install axe-core
npm install
```

To run tests:

```
grunt test
npm test
```

To build the package:

```
grunt build
npm run build
```
Loading

0 comments on commit 918f61c

Please sign in to comment.