mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 22:30:00 -06:00
* fix cypress.js script typo * add verify-mocha-results to driver integration test stages * add cypress-multi-reporters * fix circle.yml * fix yarn.lock * cleanup * use working_directory instead of yarn workspace commands * add reports to ui-components and reporter, update circle.yml * fix circle.yml * fix circle.yml * fix circle.yml * add more verify-mocha-results
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"projectId": "ypt4pf",
|
|
"baseUrl": "http://localhost:3500",
|
|
"hosts": {
|
|
"*.foobar.com": "127.0.0.1"
|
|
},
|
|
"reporter": "../../../node_modules/cypress-multi-reporters/index.js",
|
|
"reporterOptions": {
|
|
"configFile": "../../../mocha-reporter-config.json"
|
|
}
|
|
}
|