1
0
mirror of synced 2026-07-08 01:20:01 +00:00

feat: implement Page.exposeBinding and convert more binding tests (#21)

This commit is contained in:
Yury Semikhatsky
2020-10-19 15:49:30 -07:00
committed by GitHub
parent 36ec91762f
commit aa1448355a
13 changed files with 303 additions and 11792 deletions
+3 -3
View File
@@ -29,13 +29,13 @@ jobs:
run: |
FILE_NAME="unkwnown"
if [[ $OS == *"ubuntu"* ]]; then
FILE_NAME=playwright-cli-0.5.3-linux.zip
FILE_NAME=playwright-cli-0.151.0-linux.zip
fi
if [[ $OS == *"macos"* ]]; then
FILE_NAME=playwright-cli-0.5.3-mac.zip
FILE_NAME=playwright-cli-0.151.0-mac.zip
fi
if [[ $OS == *"windows"* ]]; then
FILE_NAME=playwright-cli-0.5.3-win32_x64.zip
FILE_NAME=playwright-cli-0.151.0-win32_x64.zip
fi
echo "Downloading from $FILE_NAME"
curl -O https://playwright.azureedge.net/builds/cli/$FILE_NAME