Automated tests to cover superhero REST service https://superhero.qa-test.csssr.com/swagger-ui.html#/ using REST Assured library.
Save project directly from the GitHub or use $ git clone
- Allow a lombok annotation processor
- Setup Java 11
- Install Allure
- Execute maven command:
mvn test
- Generate allure report:
allure serve
Note: Some of the tests will fail since the service contains issues intentionally.