chore: reworking folder structure to move cypress outside of the project

This commit is contained in:
blam
2021-02-09 09:44:19 +01:00
parent df9ca92c7d
commit 3ded45b814
17 changed files with 1557 additions and 110 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"baseUrl": "http://localhost:7000",
"integrationFolder": "./src/integration",
"supportFile": "./src/support",
"fixturesFolder": "./src/fixures",
"pluginsFile": "./src/plugins",
"defaultCommandTimeout": 10000
}