Skip to content

Commit e441be7

Browse files
committed
make README more descriptive
1 parent 0e405f0 commit e441be7

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
Karma-BrowserStack-launcher code sample
1+
Karma-BrowserStack Example
22
=========
33

44
Sample 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

0 commit comments

Comments
 (0)