Jonathan Druart
4f1f8bb4ea
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
10 lines
352 B
JSON
10 lines
352 B
JSON
{
|
|
"baseUrl": "http://kohadev-intra.mydnsname.org:8081",
|
|
"fixturesFolder": "t/cypress/fixtures",
|
|
"integrationFolder": "t/cypress/integration",
|
|
"pluginsFile": "t/cypress/plugins",
|
|
"screenshotsFolder": "t/cypress/screenshots",
|
|
"supportFile": "t/cypress/support",
|
|
"videosFolder": "t/cypress/videos",
|
|
"testFiles": "**/*.*"
|
|
}
|