mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
17 lines
428 B
JSON
17 lines
428 B
JSON
{
|
|
"projectId": "ry4br7",
|
|
"integrationFolder": "cypress/integration",
|
|
"supportFile": "cypress/support/index.ts",
|
|
"videosFolder": "cypress/videos",
|
|
"screenshotsFolder": "cypress/screenshots",
|
|
"pluginsFile": "cypress/plugins/index.js",
|
|
"fixturesFolder": "cypress/fixtures",
|
|
"baseUrl": "http://localhost:4200",
|
|
"video": false,
|
|
"retries": {
|
|
"runMode": 3,
|
|
"openMode": 0
|
|
},
|
|
"chromeWebSecurity": false
|
|
}
|