In this project, automated tests are written in Java 21
using the Rest-Assured
framework for API testing.
Gradle
is used as the build tool.TestNG
is the testing framework.Lombok
is utilized to simplify model creation in the API tests.Allure
Rest-Assured listener is applied for generating test reports.To execute the tests, run the following command in the CLI:
gradlew test
After running the tests, you can view the Allure reports by executing:
gradlew allureServe
If you have any comments or suggestions, please feel free to contact me at: dasha.andreyuk@gmail.com