forked from cboard-org/cboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.yml
More file actions
28 lines (28 loc) · 823 Bytes
/
browserstack.yml
File metadata and controls
28 lines (28 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file is used to configure BrowserStack for running Playwright tests.
# For more information, see https://www.browserstack.com/docs/playwright/getting-started
framework: playwright
platforms:
- os: Windows
osVersion: 11
browserName: chrome
browserVersion: latest
# - os: android
# osVersion: 15.0
# browserName: chrome
# deviceName: Samsung Galaxy S25
# - os: OS X
# osVersion: Ventura
# browserName: playwright-webkit
# browserVersion: latest
# - os: Windows
# osVersion: 11
# browserName: playwright-firefox
# browserVersion: latest
browserstackLocal: false
buildName: cboard-e2e-test
projectName: Cboard AAC
CUSTOM_TAG_1: 'Playwright Test Run'
# Use CUSTOM_TAG_<N> and set more build tags as you need.
debug: true
consoleLogs: info
playwrightVersion: 1.50.0