Skip to content

notherndawn/playwright-test-suite-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playwright example project (using Java)

Demonstrates the usage of Playwright in combination with Java, Maven, JUnit5 and Allure

Prerequisites:

  • Java jdk-1.8 or higher
  • Apache Maven 3 or higher

Run tests:

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

Releases

No releases published

Packages

No packages published

Languages