mirror of
https://github.com/microsoft/playwright-java.git
synced 2026-04-22 06:12:04 +00:00
8 lines
314 B
Markdown
8 lines
314 B
Markdown
# 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
|
|
* roll the driver and update generated sources: `./scripts/roll_driver.sh next`
|
|
* fix any errors
|
|
* commit & send PR with the roll
|