forked from thoughtworks/build-your-own-radar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.json
20 lines (20 loc) · 918 Bytes
/
cypress.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"excel": "https://docs.google.com/spreadsheets/d/1Yozpcv58-etk1UNvxS0HxMqw7V5Amf4dgWBnekJcHcc/edit?usp=sharing",
"csv": "https://raw.githubusercontent.com/thoughtworks/build-your-own-radar/master/spec/end_to_end_tests/resources/sheet.csv",
"json": "https://raw.githubusercontent.com/thoughtworks/build-your-own-radar/master/spec/end_to_end_tests/resources/data.json",
"integrationFolder": "spec/end_to_end_tests/specs",
"chromeWebSecurity": false,
"screenshotsFolder": "spec/end_to_end_tests/reports/screenshots",
"videosFolder": "spec/end_to_end_tests/reports/videos",
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "spec/end_to_end_tests/reports",
"reportFilename": "results",
"quiet": "true",
"json": "false"
},
"watchForFileChanges": false,
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 60000,
"supportFile": "spec/end_to_end_tests/util/hooks.js"
}