The playwright-template
project provides a baseline for the Playwright Web Testing and Automation framework. In addition to Playwright, the JUnit testing framework has been included and configured to run tests in parallel.
To run all tests in the project, execute the following command.
mvn clean test