Skip to content

Instantly share code, notes, and snippets.

@kimberv
Created November 23, 2016 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimberv/d25a140765b2f01a880a14fb9cbb0330 to your computer and use it in GitHub Desktop.
Save kimberv/d25a140765b2f01a880a14fb9cbb0330 to your computer and use it in GitHub Desktop.
test run results
Scenario: an params are not always parsed as expected # features/test.feature:3
Given The child received a "doll" # FeatureContext::theChildReceivedAGift()
And The child received a "cat" "yesterday" # FeatureContext::theChildReceivedAGiftAtTime()
And The child received a "race car" "2 days ago" # FeatureContext::theChildReceivedAGiftAtTime()
And The child received a "bag of gold" # FeatureContext::theChildReceivedAGift()
And The child received a "doll house"
Ambiguous match of "The child received a "doll house"":
to `The child received a :arg1` from FeatureContext::theChildReceivedAGift()
to `The child received a :arg1 :arg2` from FeatureContext::theChildReceivedAGiftAtTime()
--- Failed scenarios:
features/test.feature:3
1 scenario (1 failed)
5 steps (4 passed, 1 failed)
0m0.60s (12.39Mb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment