test(e2e): add end to end tests via cypress.io

This commit is contained in:
Benedikt Rötsch
2017-10-30 15:54:38 +01:00
committed by Benedikt Rötsch
parent 85ea880352
commit bd9e29b6eb
6 changed files with 309 additions and 1 deletions

6
cypress.json Normal file
View File

@@ -0,0 +1,6 @@
{
"baseUrl": "http://localhost:3007",
"fixturesFolder": false,
"integrationFolder": "./test/e2e/specs",
"supportFile": false
}