#!/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 "$@";