comments.yml 764 B

12345678910111213141516171819202122
  1. feature:
  2. title: Using the Console Formatter
  3. language: en
  4. line: 3
  5. description: |-
  6. In order to verify this error # comment
  7. I want to run this feature using the progress format#comment
  8. So that it can be fixed
  9. scenarios:
  10. -
  11. type: scenario
  12. title: "A normal feature #comment in scenario title"
  13. line: 19
  14. steps:
  15. - { keyword_type: 'Given', type: 'Given', text: 'I have a pending step #comment', line: 21 }
  16. - { keyword_type: 'When', type: 'When', text: 'I run this feature with the progress format #comment', line: 24 }
  17. - { keyword_type: 'Then', type: 'Then', text: "I should get a no method error for 'backtrace_line'", line: 31 }