Skip to content

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

License

Notifications You must be signed in to change notification settings

BrowserStackCE/browserstack-side-runner

Repository files navigation

browserstack-side-runner

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

npm install @browserstackce/browserstack-side-runner
npx @browserstackce/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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •