Ekapp/swagger/cypress.json

11 lines
341 B
JSON
Raw Normal View History

2020-06-10 06:25:21 +00:00
{
"fileServerFolder": "test/e2e/static",
"fixturesFolder": "test/e2e/fixtures",
"integrationFolder": "test/e2e/tests",
"pluginsFile": "test/e2e/plugins/index.js",
"screenshotsFolder": "test/e2e/screenshots",
"supportFile": "test/e2e/support/index.js",
"videosFolder": "test/e2e/videos",
"baseUrl": "http://localhost:3260/"
}