#!/bin/bash set -e SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)" cd "$SCRIPT_DIR/tests/e2e" npx playwright test "$@"