Setup cypress (#112)

This commit is contained in:
Jonas Plum
2022-04-28 01:04:54 +02:00
committed by GitHub
parent 951c968694
commit 41e4b091f8
9 changed files with 646 additions and 14 deletions

5
ui/cypress.json Normal file
View File

@@ -0,0 +1,5 @@
{
"baseUrl": "http://localhost",
"chromeWebSecurity": false,
"experimentalSessionAndOrigin": true
}