Skip to content

Testcontainers integration with Fluentlenium framework. Selenium Chromedriver is always up to date.

Notifications You must be signed in to change notification settings

meldmy/testcontainers-fluentlenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testcontainers integration with Fluentlenium framework

A simple project with an example of how we can integrate testcontainers Java library with Fluentlenium framework

aaa

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What do you need to have already installed:

Docker - please see General Docker requirements
Check your Docker version by as follows:

$ docker version

Client:
Version:      1.8.0
API version:  1.20
Go version:   go1.4.2
Git commit:   f5bae0a
Built:        Tue Jun 23 17:56:00 UTC 2015
OS/Arch:      linux/amd64

Server:
Version:      1.8.0
API version:  1.20
Go version:   go1.4.2
Git commit:   f5bae0a
Built:        Tue Jun 23 17:56:00 UTC 2015
OS/Arch:      linux/amd64

Running the tests

Tests executed on a browser from a fixed, clean image.

Use the following Gradle command to run Fluentlenium test on Testcontainers:

./gradlew fluentleniumTest

Gradle

All dependencies in build.gradle are described in comments. Current project use ChromeDriver Updater Plugin for Gradle to keep your Chromedriver for Selenium up to date.

Releases

No releases published

Packages

No packages published

Languages