WebdriverIO Integration with BrowserStack.
npm install
*.conf.js
files inside the conf/
directory with your BrowserStack Username and Access Keynpm run test
To run local test, run npm run local
Understand how many parallel sessions you need by using our Parallel Test Calculator
You can export the environment variables for the Username and Access Key of your BrowserStack account
export BROWSERSTACK_USERNAME=<browserstack-username> &&
export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>