| License |
License |
|---|---|
| Categories |
CategoriesTestNG Unit Testing |
| GroupId | GroupIdio.railflow.annotations |
| ArtifactId | ArtifactIdrailflow-testng-annotations |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRailflow TestNG Annotations
Railflow TestNG Annotations provides a custom TestNG reporter and set of annotations/utility classes to
generate enriched XML test reports which can be then uploaded into TestRail using Railflow NPM package or
Railflow CI plugins
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.railflow.annotations/railflow-testng-annotations/ -->
<dependency>
<groupId>io.railflow.annotations</groupId>
<artifactId>railflow-testng-annotations</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.railflow.annotations/railflow-testng-annotations/
implementation 'io.railflow.annotations:railflow-testng-annotations:0.5'
// https://jarcasting.com/artifacts/io.railflow.annotations/railflow-testng-annotations/
implementation ("io.railflow.annotations:railflow-testng-annotations:0.5")
'io.railflow.annotations:railflow-testng-annotations:jar:0.5'
<dependency org="io.railflow.annotations" name="railflow-testng-annotations" rev="0.5">
<artifact name="railflow-testng-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.railflow.annotations', module='railflow-testng-annotations', version='0.5')
)
libraryDependencies += "io.railflow.annotations" % "railflow-testng-annotations" % "0.5"
[io.railflow.annotations/railflow-testng-annotations "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.railflow.annotations : common | jar | 0.5 |
| org.testng : testng | jar | 7.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 3.2.0 |