Move npm run test:browserstack up in the readme

This commit is contained in:
jos 2018-06-02 13:00:24 +02:00
parent 9f3674380d
commit fc084e4309

View File

@ -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)