Files
Remote-Terminal-for-MeshCore/scripts/e2e.sh
2026-03-01 18:06:55 -08:00

8 lines
120 B
Bash

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