test: E2E testak sortzen ditu

This commit is contained in:
Aitor Urrutia
2022-01-14 20:49:58 +01:00
parent d0bb44e202
commit 056cebe120
10 changed files with 1615 additions and 24 deletions

11
e2e/cypress.json Normal file
View File

@@ -0,0 +1,11 @@
{
"baseUrl": "http://localhost:8000",
"defaultCommandTimeout": 15000,
"videosFolder": "artifacts/videos",
"screenshotsFolder": "artifacts/screenshots",
"downloadsFolder": "artifacts/downloads",
"testFiles": "**/*.spec.ts",
"video": false,
"chromeWebSecurity": false,
"viewportWidth": 1200
}