Add e2e tests

This commit is contained in:
yubathom
2019-10-03 21:47:41 -03:00
parent 3ad814ebb7
commit ade7733d47
9 changed files with 1193 additions and 2 deletions

9
cypress.json Normal file
View File

@@ -0,0 +1,9 @@
{
"baseUrl": "http://localhost:3000",
"integrationFolder": "tests/e2e/integration",
"screenshotsFolder": "tests/e2e/screenshots",
"fixturesFolder": "tests/e2e/fixtures",
"supportFile": "tests/e2e/support",
"pluginsFile": false,
"video": false
}