Files
cypress/packages/driver/cypress.json
T
Emily Rohrbough e396956534 feat: remove windows 32-bit support (#18630)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Zach Bloomquist <git@chary.us>
2021-10-29 08:54:02 -05:00

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
}
}