mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Move npm run test:browserstack up in the readme
This commit is contained in:
parent
9f3674380d
commit
fc084e4309
@ -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
|
||||
|
||||
[](https://travis-ci.org/)
|
||||
[](https://www.browserstack.com)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user