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