This repo holds boilerplate code for web testing tools in Java ecosystem. It contains:
gradle
to build the code and execute tasksjunit5
to execute the tests (with a unit test example)selenium
to interact with the browser in "vintage" modeplaywright
to interact with the browser in "modern" modecucumber
for gherkin scenarios integrationrestassured
for REST API testing- Integration with GitHub Actions