pruebas e2e

This commit is contained in:
2025-12-23 11:36:48 -03:00
parent f695ed7213
commit c2d73b97db
30 changed files with 252 additions and 19 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "openccb-e2e",
"version": "1.0.0",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug"
},
"devDependencies": {
"@playwright/test": "1.40.0",
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
}
}