Skip to content

Instantly share code, notes, and snippets.

@tentacode
Created April 11, 2012 16:29
Show Gist options
  • Save tentacode/2360369 to your computer and use it in GitHub Desktop.
Save tentacode/2360369 to your computer and use it in GitHub Desktop.
Vidéo raoul
Scenario Outline: Video Raoul
Given I am connected on "sitevideo.com"
Then I check the <nth-video> video in my xml file "raoul.xml"
Examples:
| nth-video |
| 1 |
| 2 |
| 3 |
| ..... |
| 1337 |
@tentacode
Copy link
Author

Où nth-video est juste un index, tu récupère l'id qui correspond dans ton xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment