https://github.com/browserstack/browserstack-runner-sample
Code example to show how to run QUnit javascript tests with browserstack-runner
https://github.com/browserstack/browserstack-runner-sample
Last synced: about 1 year ago
JSON representation
Code example to show how to run QUnit javascript tests with browserstack-runner
- Host: GitHub
- URL: https://github.com/browserstack/browserstack-runner-sample
- Owner: browserstack
- Created: 2014-02-27T12:53:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T14:55:37.000Z (over 2 years ago)
- Last Synced: 2025-02-03T17:46:52.395Z (about 1 year ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 7
- Watchers: 19
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BrowserStack-runner code sample
=========
Sample for using browserstack-runner to run Javascript tests (QUnit framework) on BrowserStack infrastructure.
###Clone this repository
- `git clone https://github.com/browserstack/browserstack-runner-sample.git`
###Install browserstack-runner
- `npm install`
###Configuring the json
- Open `browserstack.json`
- Add `username` and `key` with your BrowserStack credentials. Don't have one? Get one on BrowserStack [dashboard]
- You can further customize configuration in browserstack.json. For detailed reference, visit browserstack-runner github repository [here].
###Sample test
- To run: `browserstack-runner`
[here]:http://github.com/browserstack/browserstack-runner
[nightwatch]:http://nightwatchjs.org/guide
[capabilities]:http://www.browserstack.com/automate/capabilities
[dashboard]:https://www.browserstack.com/automate