mirror of
https://github.com/jbcr/core.git
synced 2026-04-30 04:03:11 +02:00
9 lines
301 B
JSON
9 lines
301 B
JSON
{
|
|
"integrationFolder": "tests/cypress/integration",
|
|
"pluginsFile": "tests/cypress/plugins/index.js",
|
|
"screenshotsFolder": "tests/cypress/screenshots",
|
|
"videosFolder": "tests/cypress/videos",
|
|
"supportFile": "tests/cypress/support/index.js",
|
|
"baseUrl": "http://127.0.0.1:8088"
|
|
}
|