This repository contains the base setup of a functional user interface testing project, using Cucumber + Selenium (Page Factory Model) + Spring Boot
A simple test for finding results in DuckDuckGo is used as example
- JDK 8
- Maven 3.6
- Download or clone the repository
- Open a terminal
- From the project root directory run:
mvn test
By default, tests will be executed in Chrome (headless mode). Preferences can be changed in "application.properties" file