Overhaul script handling. Closes #125.

This commit is contained in:
Jack Kingsman
2026-03-30 15:40:13 -07:00
parent 60f3fa8e36
commit 3f6efaae1d
19 changed files with 184 additions and 67 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
echo "Starting E2E tests..."
cd "$REPO_ROOT/tests/e2e"
npx playwright test "$@"