Open
Description
Page(s)
https://playwright.dev/java/docs/ci-intro
Description
I think there are two details that could be improved:
- In the Introduction, the "detailed doc on Continuous Integration" could link to https://playwright.dev/java/docs/ci
- The suggested
mvn exec:java
doesn't work if the Playwright dependency is onlytest
scoped. To fix that, one could add a-Dexec.classpathScope=test
parameter.