Last active
December 18, 2015 07:29
-
-
Save xconnecting/5746509 to your computer and use it in GitHub Desktop.
[Groovy] cucumber-jvm-groovy sample (feature)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Hello World | |
Scenario: Say hello | |
Given I have a hello app with "Howdy" | |
When I ask it to say hi | |
Then it should answer with "Howdy World" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment