You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Instructions
8
8
9
9
1. Get a [BrowserStack](browserstack.com) account.
10
10
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`
12
12
4. Install testem globally by running `npm install testem -g`
13
13
5. Run the command `testem ci -l bs_chrome` to test out the setup with just the Chrome browser hosted BrowserStack.
14
14
6. Run `testem ci` to run it on all the listed browsers - see `testem launchers` for the full list.
0 commit comments