Skip to content

Ignored features causes nesting in Run window #75

@arnaldop

Description

@arnaldop

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions