Skip to content

sebge2/spring-boot-fluentlenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample

This sample illustrates how to create a Spring boot application tested by fluentlenium. The server port is configured by a property. This property can be configured in maven by the system property "spring.boot.server.port". For instance, the application can be executed by:

mvn spring-boot:run -Dspring.boot.server.port=5050

Or when launching tests in maven:

mvn clean test -Dspring.boot.server.port=5050

Libraries

This sample uses the following libraries:

  • Spring boot
  • Fluentlenium
  • Log4j

About

Integration between Spring boot and Fluentlenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages