playwright-docker/Dockerfile

9 lines
154 B
Docker
Raw Permalink Normal View History

2024-11-01 19:47:05 +01:00
FROM node:latest
RUN npm install -g pnpm && \
pnpm install --save-dev @playwright/test@latest && \
pnpm exec playwright install --with-deps