Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Wrong steps reporting in 2.2.1 #140

Closed
Tallyb opened this issue Jul 29, 2018 · 1 comment
Closed

Wrong steps reporting in 2.2.1 #140

Tallyb opened this issue Jul 29, 2018 · 1 comment

Comments

@Tallyb
Copy link

Tallyb commented Jul 29, 2018

=> Bug report.
Using spec reporter.
Assume my feature is as follow:

 Feature: error
Scenario: x
   When do X
Scenario: y
  When do Y
  When do Z

The reporting will report for the subsequent steps starting from the top (with the correct number of steps). So the reporting will look like:

Scenario x
   When do X
Scenario y
   When do X <= instead of reporting Y
   When do Y 
[When do Z is not reported]

2.2.0 does not have the problem.

@Rob-Meijeren
Copy link
Contributor

There is currently a pull request open to fix this #139

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants