File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,26 @@ Make sure you have testSiteURL in your config file.
2323
2424Company 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 >
You can’t perform that action at this time.
0 commit comments