-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
41 lines (41 loc) · 1.18 KB
/
config.json
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
32
33
34
35
36
37
38
39
40
41
{
"input": {
"testSuites": [
"repo/iiidevops/sideex/iiidevops常用指令集.json",
"repo/iiidevops/sideex/簡易環境變數案例.json"
],
"variables": [
"repo/iiidevops/sideex/Global Variables.json"
]
},
"webdriver": {
"configs": [
{
"serverUrl": "http://localhost:4444",
"type": "selenium",
"browsers": [
{
"active": true,
"capability": {
"browserName": "chrome",
"browserVersion": "92.0.4515.43",
"goog:chromeOptions": {
"args": [
"headless",
"disable-dev-shm-usage",
"no-sandbox"
]
}
}
}
]
}
]
},
"report": {
"path": "report/",
"type": "all",
"snapshot": 1,
"snapshotQuality": 10
}
}