-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a5235f
commit 651a6c0
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |