mirror of
https://github.com/zitadel/zitadel
synced 2024-11-23 11:12:21 +00:00
08ae39ae19
* new console * move npm ci to angular build * rel path for assets * local grpc copy * login policy, rm clear views, features rel path * lock Co-authored-by: Livio Amstutz <livio.a@gmail.com>
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
|
|
}
|
|
|