mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-12-27 01:44:01 +00:00
923 B
923 B
Rolling Playwright-Java to the latest Playwright driver
- make sure to have at least Java 8 and Maven 3.6.3
- clone playwright for java: http://github.com/microsoft/playwright-java
- set new driver version in
scripts/CLI_VERSION - regenerate API:
./scripts/download_driver_for_all_platforms.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh - commit & send PR with the roll
Finding driver version
For development versions of Playwright, you can find the latest version by looking at publish_canary workflow -> publish canary NPM & Publish canary Docker -> build & publish driver step -> PACKAGE_VERSION
Updating Version
./scripts/set_maven_version.sh 1.15.0