-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
As visible in the image below, the second test (posting.reusable.feature) appears to be a parent of everything below it.
In reality, it is a skipped feature file:
@ignore
Feature: posting
Scenario: posting
Given url baseAppUrl
And path 'commissions/statements', testData.statement.id
When method get
Then status 200
So posting-auto-match should appear at the same level as posting.reusable.feature, but it appears as a child.
The nesting is compounded when there are multiple ignored features.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels