Skip to content

mattonem/browserstack-side-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors