Naveen Kumar commented on Bug JBEHAVE-949

Yes, only stacktrace is repeated.

I have attached a simple project to reproduce this issue.
Same issue is coming when running tests as Jenkins plugin.

Below is story file :

Scenario: Addition scenario

Given two numbers 2 and 4
When user add
Then addition result should be 8

Scenario: Subtraction scenario

Given two numbers 4 and 2
When user subtract
Then subtraction result should be 6

Stacktrace 'java.lang.AssertionError: Addition Result not Correct expected:<6> but was:<8>' is repeated for failed subtraction scenario.
PFA screenshot for the same.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to