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

5
e2e/tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"types": ["cypress", "@testing-library/cypress"]
}
}