1
0
mirror of synced 2026-05-22 18:53:15 +00:00

docs: add rolling.md (#580)

This docs describes how to roll to the Playwright driver.
This commit is contained in:
Andrey Lushnikov
2021-08-20 15:49:54 +03:00
committed by GitHub
parent 89894e15d2
commit c17d5d8a9a
+7
View File
@@ -0,0 +1,7 @@
# 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`
* commit & send PR with the roll