generated from doodeehee70/cla-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecept.json
More file actions
28 lines (28 loc) · 732 Bytes
/
codecept.json
File metadata and controls
28 lines (28 loc) · 732 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
{
"tests": "./src/tests/acceptance_tests/*spec.js",
"timeout": 10000,
"output": "./src/tests/acceptance_tests/output",
"helpers": {
"WebDriverIO": {
"url": "/",
"browser": "chrome",
"windowSize": "maximize",
"smartWait": 5000,
"restart": false,
"keepCookies": true,
"desiredCapabilities": {
"chromeOptions": {
"args": [
"--disable-gpu",
"--window-size=800,600"
]
}
}
}
},
"include": {},
"bootstrap": false,
"debug": true,
"mocha": {},
"name": "cla-assistant"
}