Fail.feature 261 B

12345678910
  1. Feature: Run gherkin
  2. In order to test a feature
  3. As a user
  4. I need to be able to see output
  5. Scenario: Fail because file games.zip not exist
  6. Then I see file "games.zip"
  7. Scenario: Fail because file tools.zip not exist
  8. Then I see file "tools.zip"