-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathtestng-browserstack.yaml
More file actions
31 lines (31 loc) · 773 Bytes
/
testng-browserstack.yaml
File metadata and controls
31 lines (31 loc) · 773 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
30
31
name: BrowserStack Suite
parallel: tests
threadCount: 5
tests:
- name: Test BrowserStack Chrome
preserveOrder: true
parameters: {
test.browser: bs_chrome
}
classes:
- name: com.github.wasiqb.coteafs.selenium.SeleniumTest
includedMethods:
- testLogin
- testCheckboxes
- testDropDownBox
- name: Test BrowserStack Firefox
parameters: {
test.browser: bs_firefox
}
classes:
- name: com.github.wasiqb.coteafs.selenium.SeleniumTest
includedMethods:
- testLogin
- name: Test BrowserStack Edge
parameters: {
test.browser: bs_edge
}
classes:
- name: com.github.wasiqb.coteafs.selenium.SeleniumTest
includedMethods:
- testLogin