1
0
mirror of synced 2026-08-05 15:06:54 +00:00
Files

11 lines
188 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
echo "Running TestApp..."
mvn compile exec:java -e -Dexec.mainClass=com.microsoft.playwright.testclifatjar.TestApp