From 13a4ae35a667413f2b88d133ae7bdf0ddec9faf1 Mon Sep 17 00:00:00 2001 From: Nick Weingartner Date: Thu, 10 May 2018 21:44:12 -0400 Subject: [PATCH] Update README to include testing details. Fixes #9 and #49. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2eec11f..278eb3f 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,14 @@ To compile curve25519 from C souce files in `/native`, install grunt compile ``` +## Testing + +In order to run the automated tests, you must sign up for a [SauceLabs](https://saucelabs.com/) account, and use your username and access code to run the test. Once these are generated, include them in the test command. + +``` +SAUCE_USERNAME="your-usrname" SAUCE_ACCESS_KEY="your-access-key" grunt test +``` + ## License Copyright 2015-2018 Open Whisper Systems