Feature: Testing Cucumber Integration Scenario: Cucumber Integration # example.feature:3 Given I have setup Play # Steps.I_have_setup_Play() When I go to the landing page # Steps.I_go_to_the_landing_page() Then the title should be "Cucumber" # Steps.the_title_should_be(String) 1 Scenarios (1 passed) 3 Steps (3 passed) 0m2.092s