From fc084e430919d93d5a5f0fe267a1b09677a4fcdc Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 2 Jun 2018 13:00:24 +0200 Subject: [PATCH] Move `npm run test:browserstack` up in the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cf50ebf6..767f8084a 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ Additionally, the tests can be run on FireFox using [headless mode](https://deve npm run test:browser +To run the tests on remotely on BrowserStack, first set the environment variables `BROWSER_STACK_USERNAME` and `BROWSER_STACK_ACCESS_KEY` with your username and access key and then execute: + + npm run test:browserstack + To test code coverage of the tests: npm run coverage @@ -131,10 +135,6 @@ To see the coverage results, open the generated report in your browser: Continuous integration tests are run on [Travis CI](https://travis-ci.org/) and [BrowserStack](https://www.browserstack.com) every time a commit is pushed to github. The test results can be checked on https://travis-ci.org/josdejong/mathjs. Travis CI runs the tests for different versions of node.js, and BrowserStack runs the tests are run on all major browsers. -To run the tests on remotely on BrowserStack, first set the environment variables `BROWSER_STACK_USERNAME` and `BROWSER_STACK_ACCESS_KEY` with your username and access key and then execute: - - npm run test:browserstack - [![Travis CI](https://raw.github.com/josdejong/mathjs/develop/misc/Travis-CI-logo.png)](https://travis-ci.org/)     [![BrowserStack](https://raw.github.com/josdejong/mathjs/master/misc/browserstack.png)](https://www.browserstack.com)