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

fix: Add seleniuv-webdriver to package.json #45

Merged
merged 1 commit into from
Nov 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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