License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdcom.github.wiselenium |
ArtifactId | ArtifactIdwiselenium-testng |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwiselenium testng
wiselenium module for convenience test creation using TestNG.
|
Project URL |
Project URL |
Filename | Size |
---|---|
wiselenium-testng-0.3.0.pom | |
wiselenium-testng-0.3.0.jar | 8 KB |
wiselenium-testng-0.3.0-sources.jar | 11 KB |
wiselenium-testng-0.3.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wiselenium/wiselenium-testng/ -->
<dependency>
<groupId>com.github.wiselenium</groupId>
<artifactId>wiselenium-testng</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wiselenium/wiselenium-testng/
implementation 'com.github.wiselenium:wiselenium-testng:0.3.0'
// https://jarcasting.com/artifacts/com.github.wiselenium/wiselenium-testng/
implementation ("com.github.wiselenium:wiselenium-testng:0.3.0")
'com.github.wiselenium:wiselenium-testng:jar:0.3.0'
<dependency org="com.github.wiselenium" name="wiselenium-testng" rev="0.3.0">
<artifact name="wiselenium-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wiselenium', module='wiselenium-testng', version='0.3.0')
)
libraryDependencies += "com.github.wiselenium" % "wiselenium-testng" % "0.3.0"
[com.github.wiselenium/wiselenium-testng "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.wiselenium : wiselenium-factory | jar | 0.3.0 |
org.testng : testng | jar | 6.8.7 |
Group / Artifact | Type | Version |
---|---|---|
com.github.wiselenium : wiselenium-elements | jar | 0.3.0 |