mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-28 09:55:53 +00:00
9 lines
No EOL
197 B
Bash
Executable file
9 lines
No EOL
197 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Clean up existing sessions
|
|
echo "Cleaning up existing sessions..."
|
|
rm -rf ~/.vibetunnel/control/*
|
|
|
|
# Run Playwright tests
|
|
echo "Running Playwright tests..."
|
|
pnpm playwright test "$@" |