2 "testFiles": "**/*-test.js",
3 "integrationFolder": "test/e2e",
4 "fixturesFolder": "test/e2e/fixtures",
5 "pluginsFile": "test/e2e/plugins",
6 "screenshotsFolder": "test/e2e/screenshots",
7 "supportFile": "test/e2e/support",
8 "videosFolder": "test/e2e/videos",
10 "env": { "baseUrl": "http://localhost:5000", "apiBaseUrl": "http://localhost:5000/api" }