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

8 lines
314 B
Markdown
Raw Permalink Normal View History

2021-08-20 15:49:54 +03:00
# 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
2026-03-23 13:58:14 -07:00
* roll the driver and update generated sources: `./scripts/roll_driver.sh next`
* fix any errors
2021-08-20 15:49:54 +03:00
* commit & send PR with the roll