mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 08:15:14 +00:00

* 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
|
|
}
|
|
|