- Java 7+
- Gradle
- Intellij
There are currently two cucumber feature files. One tests an external site (BBC News) and another internal (Spring Boot app). Theerfore before running the tests you should run the spring boot app below locally (in a separate terminal).
./gradlew bootRun
./gradlew runTests