- Java
- Rest-Assured
- TestNG
- Maven
- Allure report
- Rest-assured allows to perform REST request using BDD format.
- Easy to build and understand the code.
- Allows to implement json schema validator easily.
Use IntelliJ or Eclipse then import this project as maven project.
Go to this directory 'Java-Api-Framework' in terminal and run:
mvn clean test
Once build is successful
Then run following command to generate the allure report
allure serve allure-results