Skip to content

egor-zakharov/petstore-rest-assured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

petstore-rest-assured

The testing framework for PetStore-service: https://petstore.swagger.io/

Tools

I used next frameworks:

Run

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

Other

Screen