mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 13:00:18 -05:00
c80e482009
* 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
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"fixturesFolder": false,
|
|
"projectId": "ypt4pf",
|
|
"reporter": "../../node_modules/cypress-multi-reporters/index.js",
|
|
"reporterOptions": {
|
|
"configFile": "../../mocha-reporter-config.json"
|
|
}
|
|
}
|