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
+11
View File
@@ -0,0 +1,11 @@
FROM mcr.microsoft.com/playwright:v1.40.0-jammy
WORKDIR /e2e
COPY package*.json ./
RUN npm install
COPY . .
# Default command, can be overridden
CMD ["npx", "playwright", "test"]