implemented basic e2e testing

This commit is contained in:
kharhamel 2020-04-14 20:04:55 +02:00
parent 705617abe7
commit a2ed7164e4
11 changed files with 1540 additions and 0 deletions

6
e2e/cypress.json Normal file
View file

@ -0,0 +1,6 @@
{
"baseUrl": "http://workadventure.localhost",
"video": false,
"pluginsFile": false,
"supportFile": false
}