Skip to content

Commit

Permalink
Added test instructions, removed unused dev dep
Browse files Browse the repository at this point in the history
Added instructions for setting up tests with Sauce Labs credentials.

Removed unnecessary dep on grunt-sass
  • Loading branch information
elsehow committed Dec 11, 2016
1 parent 8c5c6b6 commit c4d1237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ To compile curve25519 from C souce files in `/native`, install
grunt compile
```

To test, you will need an account with [Sauce Labs](https://saucelabs.com). Get your username and API key,
then set the appropriate envirionment variables to run the tests.

```sh
SAUCE_USERNAME="your-sauce-username" SAUCE_ACCESS_KEY="your-sauce-key" grunt test
```


## License

Copyright 2015-2016 Open Whisper Systems
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.1.0",
"grunt-preen": "^1.0.0",
Expand Down

0 comments on commit c4d1237

Please sign in to comment.