The testing framework for PetStore-service: https://petstore.swagger.io/
I used next frameworks:
For run tests use the command:
./gradlew clean test
For download allure report use the command:
./gradlew allureReport
For generate allure report use the command:
./gradlew allureServe
If you have Windows OS, then use the command:
gradlew.bat clean test