Run your tests on various browsers hosted on Browserstack!
- Get a BrowserStack account.
- 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
export BROWSERSTACK_USERNAME=<browserstack-username> && export BROWSERSTACK_KEY=<browserstack-access-key> - Install the dependencies by running
npm install browserstack browserstacktunnel-wrapper - Run the command
testem ci -l bs_chrometo test out the setup with just the Chrome browser hosted BrowserStack. - Run
testem cito run it on all the listed browsers - seetestem launchersfor the full list.