mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-09-08 21:01:00 +00:00
9 lines
152 B
Bash
9 lines
152 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set +x
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
mvn package -D skipTests --no-transfer-progress
|
||
|
java -jar target/test-spring-boot-starter*.jar --async
|