api-client/cypress.json

10 lines
259 B
JSON
Raw Normal View History

2019-10-04 00:47:41 +00:00
{
2019-11-28 15:11:52 +00:00
"baseUrl": "http://localhost:3000",
"integrationFolder": "tests/e2e/integration",
"screenshotsFolder": "tests/e2e/screenshots",
"fixturesFolder": "tests/e2e/fixtures",
"supportFile": "tests/e2e/support",
"pluginsFile": false,
"video": false
2019-10-04 00:47:41 +00:00
}