Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchit14 authored Jul 18, 2016
1 parent 1a5235f commit 651a6c0
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# vigoTestNG
# vigoTestNG
TestNG middleware for https://vigoreport.io


### Integration with vigoreport.io
----------------------------------------------
### **Integration** with vigoreport.io
----------------------

####Step 1
Download the `Vigo-TestNG-xxx.jar` from this repo.

####Step 2.
Generating Config file
####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
####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-4.
>Start the VigoBot-TestNG & Enjoy reporting on web.
`Java -jar Vigo-TestNG-xxx.jar`

0 comments on commit 651a6c0

Please sign in to comment.