Skip to content

techshashank80/openweather-java-testng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

REST-API Automation framework

Technologies:

  • Java
  • Rest-Assured
  • TestNG
  • Maven
  • Allure report

What is Rest-Assured?

  • Rest-assured allows to perform REST request using BDD format.
  • Easy to build and understand the code.
  • Allows to implement json schema validator easily.

Run the tests

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 

About

Java Api Testng Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published