Files
Remote-Terminal-for-MeshCore/scripts/quality/e2e.sh
2026-03-30 15:51:43 -07:00

9 lines
158 B
Bash

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