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");

License

License

GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-integration-tests
Last Version

Last Version

5.0.4
Release Date

Release Date

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

How to add to project

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

Dependencies

test (13)

Group / Artifact Type Version
org.fluentlenium : fluentlenium-core jar 5.0.4
org.fluentlenium : fluentlenium-junit-jupiter jar 5.0.4
org.fluentlenium : fluentlenium-assertj jar 5.0.4
com.github.stephenc.jcip : jcip-annotations jar 1.0-1
org.seleniumhq.selenium : selenium-chrome-driver jar 4.2.2
io.github.bonigarcia : webdrivermanager jar 5.2.0
org.slf4j : slf4j-api jar 1.7.36
org.junit.jupiter : junit-jupiter jar 5.8.2
org.mockito : mockito-junit-jupiter jar 4.6.1
ch.qos.logback : logback-classic jar 1.2.11
ch.qos.logback : logback-core jar 1.2.11
org.seleniumhq.selenium : selenium-devtools-v102 jar 4.2.2
org.slf4j : jul-to-slf4j jar 1.7.36

Project Modules

There are no modules declared in this project.
org.fluentlenium

FluentLenium

Versions

Version
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.8.0
4.6.2
4.6.1
4.6.0
4.5.1
4.3.1
4.3.0
4.2.2
4.1.1
4.1.0
3.10.1
3.9.1
3.9.0
3.8.1