Demonstrates the usage of Playwright in combination with Java, Maven, JUnit5 and Allure
- Java jdk-1.8 or higher
- Apache Maven 3 or higher
Clone the repo:
$ git clone git@github.com:notherndawn/playwright-test-suite-example.git
Build the project:
$ mvn clean verify
Build Allure report run
$ mvn allure:report
In order to view the report run
$ mvn allure:serve