mattonem / browserstack-side-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browserstack-side-runner

This project is variant of the selenium-side-runner for running tests against the browserstack grid.

npm install @maxmattone/browserstack-side-runner
npx @maxmattone/browserstack-side-runner test.side

Don't forget to use the config file browserstack.yml like so:

# this is how your browserstack.yml should look like
userName: username
accessKey: access_key
platforms:
  - os: Windows
    osVersion: 11
    browserName: Chrome
    browserVersion: 103.0
  - os: Windows
    osVersion: 10
    browserName: Firefox
    browserVersion: 102.0
  - os: OS X
    osVersion: Big Sur
    browserName: Safari
    browserVersion: 14.1
parallelsPerPlatform: 3
browserstackLocal: true
buildName: bstack-demo
projectName: BrowserStack Sample
debug: true
networkLogs: true
consoleLogs: info

You can use this online tool to generate your config file based on your needs.

About

License:MIT License


Languages

Language:JavaScript 100.0%