- Java 11
- Maven - project builder
- JUnit5 - testing framework
- RestAssured - library for testing REST services
- AssertJ - fluent assertions java library
- Config - configuration library
- Allure - test report tool
- Jackson_2 - JSON parser for Java
- javafaker - fake data creation library
To run tests use the Maven command:
mvn clean test
To open results in Allure use the command:
allure serve