Skip to content

Instantly share code, notes, and snippets.

@shubham-jaisw
Created February 5, 2024 12:56
Show Gist options
  • Save shubham-jaisw/6e72d74d2d8c3a4bd1879300e78c6399 to your computer and use it in GitHub Desktop.
Save shubham-jaisw/6e72d74d2d8c3a4bd1879300e78c6399 to your computer and use it in GitHub Desktop.
BrowserStack Playwright Config Options Sample
platforms:
- os: Windows
osVersion: 10
browserName: chrome
browserVersion: latest
playwrightConfigOptions:
setup:
- name: 'setup1'
testMatch: 'tests/bstack_setup_1.js'
teardown: 'teardown'
- name: 'setup2'
testMatch: 'tests/bstack_setup_2.js'
teardown: 'teardown'
teardown:
- name: 'teardown'
testMatch: 'tests/bstack_teardown.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment