I noticed a problem with the attached cucumber.json. It seems that if a Feature file only has an outline, there are no results saved in the file. So I wrote an example Feature file that would have basic scenario and a failing scenario along with the Scenario Outline.

Feature: Sample test
  Scenario Outline: Parsing scenarios with multiple examples
    Given I navigate to the home page
    Then I see the text 'Home'
  Examples:
      | a | b |
      | 1 | 2 |
  Scenario: Basic
    Given I navigate to the home page
    Then I see the text 'Home'
  Scenario: Basic failure
    Given I navigate to the home page
    Then I see the text 'Hacienda'

attaching a new json file: cucumber_with_outline_and_basic_scenario.json

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to