mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
15 lines
331 B
JSON
15 lines
331 B
JSON
|
{
|
||
|
"supportFile": "./cypress/support/index.ts",
|
||
|
"reporter": "mochawesome",
|
||
|
"reporterOptions": {
|
||
|
"reportDir": "cypress/results",
|
||
|
"overwrite": false,
|
||
|
"html": true,
|
||
|
"json": true
|
||
|
},
|
||
|
"chromeWebSecurity": false,
|
||
|
"experimentalSessionSupport": true,
|
||
|
"trashAssetsBeforeRuns": false
|
||
|
}
|
||
|
|