mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
9 lines
298 B
JSON
9 lines
298 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|