forked from browserstack/cucumber-ruby-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.yml
More file actions
29 lines (24 loc) · 674 Bytes
/
Copy pathbrowserstack.yml
File metadata and controls
29 lines (24 loc) · 674 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
29
userName: YOUR_BROWSERSTACK_USERNAME # or use BROWSERSTACK_USERNAME env var
accessKey: YOUR_BROWSERSTACK_ACCESS_KEY # or use BROWSERSTACK_ACCESS_KEY env var
projectName: BStack cucumber-ruby
buildName: browserstack-build-1
browsers:
- browserName: chrome
browserVersion: latest
os: Windows
osVersion: 11
- browserName: firefox
browserVersion: latest
os: Windows
osVersion: 11
- browserName: edge
browserVersion: latest
os: Windows
osVersion: 11
- browserName: safari
browserVersion: latest
os: OS X
osVersion: Ventura
debug: true
parallelsPerPlatform: 1
browserStackLocal: false # set to true for local testing