is not current version
Last Version 5.0.4

FluentLenium Integration Tests 4.8.0

FluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of css selectors. Build upon Selenium WebDriver. goTo("http://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");

License

License

GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-integration-tests
Version

Version

4.8.0
Type

Type

jar
Description

Description

FluentLenium Integration Tests
FluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of css selectors. Build upon Selenium WebDriver. goTo("http://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");
Project Organization

Project Organization

FluentLenium

Download fluentlenium-integration-tests 4.8.0


<!-- https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-integration-tests/ -->
<dependency>
    <groupId>org.fluentlenium</groupId>
    <artifactId>fluentlenium-integration-tests</artifactId>
    <version>4.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-integration-tests/
implementation 'org.fluentlenium:fluentlenium-integration-tests:4.8.0'
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-integration-tests/
implementation ("org.fluentlenium:fluentlenium-integration-tests:4.8.0")
'org.fluentlenium:fluentlenium-integration-tests:jar:4.8.0'
<dependency org="org.fluentlenium" name="fluentlenium-integration-tests" rev="4.8.0">
  <artifact name="fluentlenium-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentlenium', module='fluentlenium-integration-tests', version='4.8.0')
)
libraryDependencies += "org.fluentlenium" % "fluentlenium-integration-tests" % "4.8.0"
[org.fluentlenium/fluentlenium-integration-tests "4.8.0"]

Dependencies

test (10)

Group / Artifact Type Version
org.fluentlenium : fluentlenium-core jar 4.8.0
org.fluentlenium : fluentlenium-junit-jupiter jar 4.8.0
org.fluentlenium : fluentlenium-assertj jar 4.8.0
com.github.stephenc.jcip : jcip-annotations jar 1.0-1
org.seleniumhq.selenium : htmlunit-driver jar 2.50.0
org.slf4j : slf4j-api jar 1.7.30
org.junit.jupiter : junit-jupiter jar 5.7.2
org.mockito : mockito-junit-jupiter jar 3.11.1
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3

Project Modules

There are no modules declared in this project.