mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-27 10:19:26 -05:00
e396956534
Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: Zach Bloomquist <git@chary.us>
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"projectId": "ypt4pf",
|
|
"baseUrl": "http://localhost:3500",
|
|
"testFiles": "**/*",
|
|
"hosts": {
|
|
"*.foobar.com": "127.0.0.1"
|
|
},
|
|
"reporter": "cypress-multi-reporters",
|
|
"reporterOptions": {
|
|
"configFile": "../../mocha-reporter-config.json"
|
|
},
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
}
|