Skip to content

VigoReport/vigoTestNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigoTestNG

TestNG middleware for https://vigoreport.io

Integration with vigoreport.io


####STEP-1

Download the Vigo-TestNG-xxx.jar from this repo.

####STEP-2.

Generating Config file Java -jar Vigo-TestNG-xxx.jar -init

####STEP-3.

Add Report directoryPath and Project key into config file

{ 
  "projectKey": "502d97c9a94567GH59711966a3ec8d758", 
  "reportDirectory": "F:/TestProjWorkspace/Test1/test-output"
}

####STEP-4.

Start the VigoBot-TestNG & Enjoy reporting on web. Java -jar Vigo-TestNG-xxx.jar

####STEP-5

After VigoBot is started, Execute your automation code to track the result on WEB.

#Happy Testing #Happy Reporting

IMAGE ALT TEXT HERE