Skip to content

Commit 8efc941

Browse files
committed
Change to use node local bindings
1 parent da24858 commit 8efc941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Instructions
88

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_ACCESS_KEY=<browserstack-access-key>`
11-
3. Install the dependencies by running `npm install browserstack browserstacktunnel-wrapper`
11+
3. Install the dependencies by running `npm install browserstack browserstack-local`
1212
4. Install testem globally by running `npm install testem -g`
1313
5. Run the command `testem ci -l bs_chrome` to test out the setup with just the Chrome browser hosted BrowserStack.
1414
6. Run `testem ci` to run it on all the listed browsers - see `testem launchers` for the full list.

0 commit comments

Comments
 (0)