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

16
e2e/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "e2e",
"version": "1.0.0",
"description": "Laba webgunerako E2E testak",
"private": true,
"scripts": {
"test": "cypress open"
},
"author": "Laba Sarea",
"license": "ISC",
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"cypress": "^9.2.1",
"typescript": "^4.5.4"
}
}