You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

html.feature 515 B

2 years ago
123456789101112131415161718192021
  1. Feature: html formatter
  2. Background:
  3. Given the standard step definitions
  4. And a file named "features/my_feature.feature" with:
  5. """
  6. Feature: Some feature
  7. Scenario Outline: a scenario
  8. Given a <status> step
  9. Examples:
  10. | status |
  11. | passed |
  12. | failed |
  13. """
  14. Scenario: output html to stdout
  15. When I run `cucumber features/my_feature.feature --format html`
  16. Then it should pass
  17. And output should be html with title "Cucumber"

No Description

Contributors (1)