Skip to content

Commit

Permalink
chore: switch to LambdaTest, cleanup BrowserStack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 18, 2024
1 parent 76735c9 commit a9b3823
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 381 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/browserstack.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ Additionally, the tests can be run on FireFox using [headless mode](https://deve

npm run test:browser

To run the tests 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:
To run the tests remotely on LambdaTest, first set the environment variables `LT_USERNAME` and `LT_ACCESS_KEY` with your username and access key and then execute:

npm run test:browserstack
npm run test:lambdatest

You can separately run the code linter, though it is also executed with `npm test`:

Expand All @@ -191,11 +191,11 @@ To see the coverage results, open the generated report in your browser:

### Continuous integration testing

Continuous integration tests are run on [Github Actions](https://github.com/josdejong/mathjs/actions) and [BrowserStack](https://www.browserstack.com) every time a commit is pushed to github. Github Actions runs the tests for different versions of node.js, and BrowserStack runs the tests on all major browsers.
Continuous integration tests are run on [Github Actions](https://github.com/josdejong/mathjs/actions) and [LambdaTest](https://www.lambdatest.com) every time a commit is pushed to github. Github Actions runs the tests for different versions of node.js, and LambdaTest runs the tests on all major browsers.

[![BrowserStack](https://raw.github.com/josdejong/mathjs/master/misc/browserstack.png)](https://www.browserstack.com)
[![LambdaTest](https://raw.github.com/josdejong/mathjs/master/misc/lambdatest.svg)](https://www.lambdatest.com)

Thanks Github Actions and BrowserStack for the generous free hosting of this open source project!
Thanks, GitHub Actions and LambdaTest for the generous free hosting of this open source project!

## License

Expand Down
Binary file removed misc/Travis-CI-logo.png
Binary file not shown.
Binary file removed misc/browserstack.png
Binary file not shown.
18 changes: 18 additions & 0 deletions misc/lambdatest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a9b3823

Please sign in to comment.