https://github.com/browserstack/emberjs-qunit-browserstack
https://github.com/browserstack/emberjs-qunit-browserstack
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/browserstack/emberjs-qunit-browserstack
- Owner: browserstack
- License: mit
- Created: 2017-12-05T07:01:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T01:46:32.000Z (about 1 year ago)
- Last Synced: 2025-04-22T21:07:05.821Z (11 months ago)
- Language: JavaScript
- Size: 2.21 MB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# emberjs-qunit-browserstack (Using BrowserStack Runner)
### Installation
* `yarn`
### Configuration
### Parameters for `browserstack.json`
* `username`: BrowserStack username (Or `BROWSERSTACK_USERNAME` environment variable)
* `key`: BrowserStack [access key](https://www.browserstack.com/accounts/local-testing) (Or `BROWSERSTACK_KEY` environment variable)
* `test_path`: Path to the test page which will run the tests when opened in a browser.
### Running Tests locally
* `ember serve` Note: if ember is not present in the path then use `./node_modules/.bin/ember`
* visit [http://localhost:4200/tests](http://localhost:4200/tests).
### Running Tests on Browserstack
* `ember serve` Note: if ember is not present in the path then use `./node_modules/.bin/ember`
* `./node_modules/.bin/browserstack-runner`