playwright-java icon indicating copy to clipboard operation
playwright-java copied to clipboard

[Docs]: improve "Setting up CI"

Open t1 opened this issue 7 months ago • 1 comments

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 only test scoped. To fix that, one could add a -Dexec.classpathScope=test parameter.

t1 avatar Apr 23 '25 07:04 t1

Feel free to send a PR to update the docs, they leave under https://github.com/microsoft/playwright/tree/main/docs/src

yury-s avatar Apr 23 '25 17:04 yury-s