Skip to content

lynix28/api-testng-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-testng-example

This project is contain API testing using TestNG


Tools:

  • TestNG as test framework and assertion
  • Maven as test builder and runner
  • RestAssured as REST API client module
  • Allure as test reporter

How to setup:

  • Install Maven
  • Install Java SE
  • Clone this repository

How to run:

  • execute mvn test

Report:

  • The file report will be generated and saved to target directory
  • To open the report run mvn allure:report allure:serve

About

API automation test project example using TestNG

Topics

Resources

Stars

Watchers

Forks

Languages