In this repository, I have automated a simple api automation steps for login and getting user info by using Rest Assured, Selenium and JUnit.
- Clone This project
- open build.gradle file in IntelliJ IDEA
- Type gradle clean test in Terminal and Hit Enter
- Then Hit the follwing command in terminal
allure generate allure-results --clean -o allure-report
allure serve allure-results
- Java
- IntelliJ IDEA
- Selenium
- Rest Assured
- Junit Framework
- Allure
- Gradle Build System
- Do login using username and password
- Store the token in the config.properties file
- Get a user info using Get Method