Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 528 Bytes

Cucumber, Selenium, POM kick off

A starter project if you need Behavior-driven Development with Cucumber, Selenium, a remote WebDriver and the Page Object Model. All running in Docker.

The web-app service uses flask run to start a simple development webserver. The development webserver is not suitable for use in production.

Starting and stopping the containers

docker compose up -d
docker compose down

Running the tests

docker compose exec bdd-test bash
mvn validate
mvn compile
mvn test