Files
Remote-Terminal-for-MeshCore/scripts/quality/e2e.sh
2026-03-31 18:26:04 -07:00

9 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
set -e
REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
echo "Starting E2E tests..."
cd "$REPO_ROOT/tests/e2e"
npx playwright test "$@"