Portfolio project on automation of test scripts using API tests for Swagger Pet Store
In this project, automated tests are written in Java 21 using the Rest-Assured framework for API testing.
Gradleis used as the build tool.TestNGis the testing framework.Lombokis utilized to simplify model creation in the API tests.AllureRest-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: [email protected]




