License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdcom.github.angleshq |
ArtifactId | ArtifactIdangles-testng |
Last Version | Last Version1.0.36 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is the java client for the Angles test results dashboard and contains all the necessary methods to store your test results in the Angles dashboard.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
angles-testng-1.0.36.pom | |
angles-testng-1.0.36.jar | 4 KB |
angles-testng-1.0.36-sources.jar | 3 KB |
angles-testng-1.0.36-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.angleshq/angles-testng/ -->
<dependency>
<groupId>com.github.angleshq</groupId>
<artifactId>angles-testng</artifactId>
<version>1.0.36</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.angleshq/angles-testng/
implementation 'com.github.angleshq:angles-testng:1.0.36'
// https://jarcasting.com/artifacts/com.github.angleshq/angles-testng/
implementation ("com.github.angleshq:angles-testng:1.0.36")
'com.github.angleshq:angles-testng:jar:1.0.36'
<dependency org="com.github.angleshq" name="angles-testng" rev="1.0.36">
<artifact name="angles-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.angleshq', module='angles-testng', version='1.0.36')
)
libraryDependencies += "com.github.angleshq" % "angles-testng" % "1.0.36"
[com.github.angleshq/angles-testng "1.0.36"]
Group / Artifact | Type | Version |
---|---|---|
com.github.angleshq : angles-java-core | jar | 1.0.36 |
org.testng : testng | jar | 7.4.0 |