Skip to content

This Starter Project API Automation Testing Using Rest Assured, TestNG and Extent Report for Reporting

Notifications You must be signed in to change notification settings

ferdyciputra/restassured-starter-project-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restassured-starter-project-api

This Project API Automation Testing Using Rest Assured, TestNG and Extent Report for Reporting

Required

  1. Download Java SDK Tutorial Installation Java in Windows

  2. Download Maven

*If your computer already installed Java and Maven, you can skip step number 1 and 2.

Install Maven Dependency without running Test

mvn install -DskipTests=true

Running Test with Default Value file TestNG XML

This command will run TestNG xml file located in testng-suites/test-api.xml

Default value is found in properties with the name suiteXmlFile in the pom.xml file

mvn test

Running Test with Specified file TestNG XML

mvn -DsuiteXmlFile="path\to\file.xml" test

See Results Test

You can see the test report results located in folder reports

*To generate a report file using Library Extent Report

About

This Starter Project API Automation Testing Using Rest Assured, TestNG and Extent Report for Reporting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages