|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: James Nord
Path:
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/BackgroundResult.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/BeforeAfterResult.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/CucumberTestResult.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/CucumberTestResultArchiver.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/FeatureResult.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/ScenarioResult.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/ScenarioToHTML.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/StepResult.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/TagResult.java
src/test/java/org/jenkinsci/plugins/cucumber/jsontestsupport/CucumberJSONParserTest.java
src/test/resources/org/jenkinsci/plugins/cucumber/jsontestsupport/ScenarioResultTest/pending.json
http://jenkins-ci.org/commit/cucumber-testresult-plugin/c19e0f727b46b0d89d5db7130ec2f5c5349bbe48
Log:
[FIXED JENKINS-24061] pending steps are not handled correctly.
Pending steps now show up as skipped tests in the report.