16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"integrationFolder": "./integration",
|
|
"pluginsFile": false,
|
|
"fixturesFolder": false,
|
|
"supportFile": "./support/index.js",
|
|
"defaultCommandTimeout": 90000,
|
|
"chromeWebSecurity": false,
|
|
"reporter": "mochawesome",
|
|
"reporterOptions": {
|
|
"reportDir": "cypress/report",
|
|
"json": true,
|
|
"overwrite": false,
|
|
"html": false
|
|
}
|
|
}
|