Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
npm test instead of grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 1, 2016
1 parent af04c1a commit 4efaa01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This code is provided on an "AS-IS” basis without warranty of any kind, either
$ export SAUCE_ACCESS_KEY=<your Sauce Labs access key>
```
3. Project Dependencies
* Install Node modules
```
$ npm install
* Install Node modules
```
$ npm install
```
4. Test Targets
* Simulator app: GuineaPig-sim-debug.app.zip located in <project root>/resources
Expand All @@ -30,7 +30,7 @@ This code is provided on an "AS-IS” basis without warranty of any kind, either
* Tests in Parallel:
```
$ grunt
$ npm test
```
[Sauce Labs Dashboard](https://saucelabs.com/beta/dashboard/)
Expand Down

0 comments on commit 4efaa01

Please sign in to comment.