Files
penpot/frontend/scripts/test-e2e
2025-11-28 13:13:35 +01:00

9 lines
183 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
corepack enable;
corepack install;
pnpm install;
pnpm run playwright install chromium --with-deps;
pnpm run test:e2e -x --workers=2 --reporter=list "$@";