Skip to content

Instantly share code, notes, and snippets.

@giovanettid
Last active November 9, 2015 21:53
Show Gist options
  • Save giovanettid/647549b07a39e3263bfc to your computer and use it in GitHub Desktop.
Save giovanettid/647549b07a39e3263bfc to your computer and use it in GitHub Desktop.
cucumberjs scenario
Feature: todo add feature
Scenario: add todos in todo list
When je saisis le todo "first todo"
And je saisis le todo "second todo"
Then le todo "first todo" est placé en position 1 dans la liste
And le todo "second todo" est placé en position 2 dans la liste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment