Skip to content

Commit 90709cf

Browse files
author
Abhishek
authored
dep added
1 parent 170caa7 commit 90709cf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,26 @@ Make sure you have testSiteURL in your config file.
2323

2424
Company logo can be set on the top of the TestNGCustomReportListener:
2525

26+
### Prerequisite Dependencies:
27+
<dependency>
28+
<groupId>org.testng</groupId>
29+
<artifactId>testng</artifactId>
30+
<version>7.4.0</version>
31+
<scope>compile</scope>
32+
</dependency>
33+
34+
<dependency>
35+
<groupId>io.github.bonigarcia</groupId>
36+
<artifactId>webdrivermanager</artifactId>
37+
<version>4.4.1</version>
38+
</dependency>
39+
40+
41+
<dependency>
42+
<groupId>log4j</groupId>
43+
<artifactId>log4j</artifactId>
44+
<version>LATEST</version>
45+
</dependency>
46+
2647
### Screenshot:
2748
<p><img src='https://github.com/abhishekdh/TestNGCustomReportListener/blob/master/doc/image/screenshot.png'></p>

0 commit comments

Comments
 (0)