File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Karma-BrowserStack-launcher code sample
1+ Karma-BrowserStack Example
22=========
33
44Sample for using karma-browserstack-launcher to run Karma tests (QUnit framework) on BrowserStack infrastructure.
55
66###Clone this repository
7- - ` git clone https://github.com/nidhimj22/karma-browserstack-launcher-sample .git `
7+ - ` git clone https://github.com/nidhimj22/karma-browserstack-example .git `
88
99###Install karma-browserstack-launcher
10- * Starting and pre-requite: [ browserstack-runner] *
1110- ` npm -g install karma-browserstack-launcher `
1211
1312###Configuring the json
14- - Open ` browserstack.json `
15- - Add ` username ` and ` key ` with your BrowserStack credentials. Don't have one? Get one on BrowserStack [ dashboard]
16- - You can further customize configuration in browserstack.json. For detailed reference, visit browserstack-runner github repository [ here] .
13+ - Open ` karma.conf.js `
14+ - Replace ` username ` and ` key ` with your BrowserStack credentials. Don't have one? Get one on BrowserStack [ dashboard]
15+ - You can further customize configuration in karma.conf.js. For detailed reference, visit karma- browserstack-launcher github repository [ here] .
1716
1817###Sample test
19- - To run: ` browserstack-runner `
18+ - To run: ` karma start `
2019
21- [ here ] :http://github.com/browserstack/browserstack-runner
22- [ nightwatch ] :http://nightwatchjs.org/guide
23- [ capabilities ] :http://www.browserstack.com/automate/capabilities
20+ [ here ] :https://github.com/karma-runner/karma-browserstack-launcher
2421[ dashboard ] :https://www.browserstack.com/automate
You can’t perform that action at this time.
0 commit comments