Browse Source
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>22.11.x
10 changed files with 13 additions and 6 deletions
@ -1,3 +1,10 @@ |
|||
{ |
|||
"baseUrl": "http://kohadev-intra.mydnsname.org:8081" |
|||
} |
|||
"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": "**/*.*" |
|||
} |
|||
|
Loading…
Reference in new issue