pruebas e2e
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user