1
0
mirror of synced 2026-08-04 14:36:55 +00:00

chore: update to cli@0.170.0-next.1607623793189 (#120)

This commit is contained in:
Yury Semikhatsky
2020-12-14 15:46:05 -08:00
committed by GitHub
parent b1cc4d6b43
commit 6243d1d3cf
34 changed files with 989 additions and 570 deletions
+1 -1
View File
@@ -1 +1 @@
0.170.0-next.1607022026758
0.170.0-next.1607623793189
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
set -e
set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)/.."
echo "Updating api.json"
./driver-bundle/src/main/resources/driver/linux/playwright-cli print-api-json > ./api-generator/src/main/resources/api.json
mvn compile -projects api-generator
echo "Regenerating Java interfaces"
mvn exec:java --projects api-generator -Dexec.mainClass=com.microsoft.playwright.tools.ApiGenerator