playwright-docker/Dockerfile
Manuel Bustillo 883c23398f
All checks were successful
Build docker image / build-static-assets (pull_request) Successful in 23m24s
Define Dockerfile
2024-11-01 19:47:05 +01:00

9 lines
154 B
Docker

FROM node:latest
RUN npm install -g pnpm && \
pnpm install --save-dev @playwright/test@latest && \
pnpm exec playwright install --with-deps