/spring-boot-fluentlenium

Integration between Spring boot and Fluentlenium

Primary LanguageJava

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