Files
laba-webgunea/e2e/package.json
2022-01-14 20:49:58 +01:00

17 lines
324 B
JSON

{
"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"
}
}