License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.github.adiralashiva8 |
ArtifactId | ArtifactIdtestng-metrics |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestNG Metrics
A HTML Report of test executions via TestNG
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testng-metrics-1.6.pom | |
testng-metrics-1.6.jar | 24 KB |
testng-metrics-1.6-sources.jar | 12 KB |
testng-metrics-1.6-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adiralashiva8/testng-metrics/ -->
<dependency>
<groupId>com.github.adiralashiva8</groupId>
<artifactId>testng-metrics</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adiralashiva8/testng-metrics/
implementation 'com.github.adiralashiva8:testng-metrics:1.6'
// https://jarcasting.com/artifacts/com.github.adiralashiva8/testng-metrics/
implementation ("com.github.adiralashiva8:testng-metrics:1.6")
'com.github.adiralashiva8:testng-metrics:jar:1.6'
<dependency org="com.github.adiralashiva8" name="testng-metrics" rev="1.6">
<artifact name="testng-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adiralashiva8', module='testng-metrics', version='1.6')
)
libraryDependencies += "com.github.adiralashiva8" % "testng-metrics" % "1.6"
[com.github.adiralashiva8/testng-metrics "1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.0.0-beta3 |