You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## ExtentReports Plugin for TestNG [](http://search.maven.org/#search|ga|1|g:"com.aventstack")
2
2
3
-
### Extent Framework TestNG Adapter
3
+
### Docs
4
4
5
5
See [here](http://extentreports.com/docs/versions/4/java/testng.html) for complete docs.
6
6
7
-
#### Usage
8
-
9
7
See the [Listeners](http://extentreports.com/docs/versions/4/java/testng.html#listeners) section for usage instructions.
10
8
11
-
####Examples
9
+
### Examples
12
10
13
11
An example project is available [here](https://github.com/extent-framework/examples/tree/master/extentreports-testng-adapter-example) to understand the usage.
14
12
@@ -35,36 +33,39 @@ public class SimpleAssertTests {
35
33
}
36
34
```
37
35
36
+
### Config
37
+
38
38
Configuration can be added under `src/test/resources` as shown [here](https://github.com/extent-framework/examples/tree/master/extentreports-testng-adapter-example/src/test/resources). Note the contents of `extent.properties` which can be used to enable/disable reporters, set path to the configuration file, and also to output to a desired location.
0 commit comments