Skip to content

Instantly share code, notes, and snippets.

@DarylWM
Created November 29, 2013 04:20
Show Gist options
  • Save DarylWM/7701543 to your computer and use it in GitHub Desktop.
Save DarylWM/7701543 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment