mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
.. | ||
patches | ||
.gitignore | ||
archive.sh | ||
BASE_REVISION | ||
BUILD_NUMBER | ||
build.sh | ||
README.md |
Building Juggler (Linux & Mac)
- Run
./do_checkout.sh
script. This will create a "checkout" folder with gecko-dev mirror from GitHub and apply the PlayWright-specific patches. - Run
./do_build.sh
script to compile browser. Note: you'll need to follow build instructions to setup host environment first.
Updating FIREFOX_REVISION
and //patches/*
The ./export.sh
script will export a patch that describes all the differences between the current branch in ./checkout
and the beta
branch in ./checkout
.
Uploading to Azure CDN
Uploading requires having both AZ_ACCOUNT_KEY
and AZ_ACCOUNT_NAME
env variables to be defined.
The following sequence of steps will checkout, build and upload build to Azure CDN on both Linux and Mac:
$ ./do_checkout.sh
$ ./build.sh
$ ./upload.sh