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

docs: update rolling instructions

This commit is contained in:
Yury Semikhatsky
2021-08-20 08:31:05 -07:00
committed by GitHub
parent cba51c5e96
commit 46baa46e36
+1 -1
View File
@@ -3,5 +3,5 @@
* 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`
* regenerate API: `./scripts/download_driver_for_all_platforms.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh`
* commit & send PR with the roll