| License |
License |
|---|---|
| Categories |
CategoriesTestNG Unit Testing |
| GroupId | GroupIdcom.saucelabs |
| ArtifactId | ArtifactIdsaucebindings-testng |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSauceBindings TestNG
Provides tools for interacting with SauceLabs with TestNG
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.saucelabs/saucebindings-testng/ -->
<dependency>
<groupId>com.saucelabs</groupId>
<artifactId>saucebindings-testng</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.saucelabs/saucebindings-testng/
implementation 'com.saucelabs:saucebindings-testng:1.0.0'
// https://jarcasting.com/artifacts/com.saucelabs/saucebindings-testng/
implementation ("com.saucelabs:saucebindings-testng:1.0.0")
'com.saucelabs:saucebindings-testng:jar:1.0.0'
<dependency org="com.saucelabs" name="saucebindings-testng" rev="1.0.0">
<artifact name="saucebindings-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saucelabs', module='saucebindings-testng', version='1.0.0')
)
libraryDependencies += "com.saucelabs" % "saucebindings-testng" % "1.0.0"
[com.saucelabs/saucebindings-testng "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.saucelabs : sauce_bindings | jar | 1.2.0 |
| org.testng : testng | jar | 7.3.0 |