Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 343 Bytes

File metadata and controls

11 lines (8 loc) · 343 Bytes

playwright-java-poc

Lightweight POC Framework utilizing Playwright, Java, Cucumber, TestNg, Maven with parallel execution feature.

  • Includes Page Object Model with Playwright!
  • Easy to work & switch from selenium.

To Run (Non Parallel)

mvn clean verify

To Run (Non Parallel)

mvn clean verify -Pparallel