License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.fluentlenium |
ArtifactId | ArtifactIdfluentlenium-testng |
Last Version | Last Version5.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFluentLenium TestNG
TestNG Adapter for FluentLenium
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-testng/ -->
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-testng</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-testng/
implementation 'org.fluentlenium:fluentlenium-testng:5.0.4'
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-testng/
implementation ("org.fluentlenium:fluentlenium-testng:5.0.4")
'org.fluentlenium:fluentlenium-testng:jar:5.0.4'
<dependency org="org.fluentlenium" name="fluentlenium-testng" rev="5.0.4">
<artifact name="fluentlenium-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentlenium', module='fluentlenium-testng', version='5.0.4')
)
libraryDependencies += "org.fluentlenium" % "fluentlenium-testng" % "5.0.4"
[org.fluentlenium/fluentlenium-testng "5.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.fluentlenium : fluentlenium-core | jar | 5.0.4 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.testng : testng | jar | 7.5 |
org.seleniumhq.selenium : selenium-api | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-chrome-driver | jar | 4.2.2 |
io.github.bonigarcia : webdrivermanager | jar | 5.2.0 |
org.seleniumhq.selenium : selenium-devtools-v102 | jar | 4.2.2 |
org.assertj : assertj-core | jar | 3.23.1 |
org.opentest4j : opentest4j | jar | 1.2.0 |
org.mockito : mockito-core | jar | 4.6.1 |
junit : junit | jar | 4.13.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.slf4j : jul-to-slf4j | jar | 1.7.36 |