Skip to content

Commit 7fa5a88

Browse files
committed
Merge pull request #3 from vedharish/install_testem_in_readme
Add instruction to install testem in README
2 parents 041c0a7 + 2136641 commit 7fa5a88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Instructions
99
1. Get a [BrowserStack](browserstack.com) account.
1010
2. For BrowserStack Authentication export the environment variables for the username and access key of your BrowserStack account. These can be found on the automate accounts page on [BrowserStack](https://www.browserstack.com/accounts/automate) `export BROWSERSTACK_USERNAME=<browserstack-username> && export BROWSERSTACK_KEY=<browserstack-access-key>`
1111
3. Install the dependencies by running `npm install browserstack browserstacktunnel-wrapper`
12-
4. Run the command `testem ci -l bs_chrome` to test out the setup with just the Chrome browser hosted BrowserStack.
13-
5. Run `testem ci` to run it on all the listed browsers - see `testem launchers` for the full list.
14-
12+
4. Install testem globally by running `npm install testem -g`
13+
5. Run the command `testem ci -l bs_chrome` to test out the setup with just the Chrome browser hosted BrowserStack.
14+
6. Run `testem ci` to run it on all the listed browsers - see `testem launchers` for the full list.

0 commit comments

Comments
 (0)