1
0
mirror of synced 2026-08-20 14:26:56 +00:00
Files
playwright-java/tools/test-cli-fatjar/test.sh
T
2023-01-06 13:20:42 -08:00

11 lines
188 B
Bash
Executable File

#!/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