You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to include this functionality in the cucumber adapter but I think I have come across a bug.
The onNodeCreated() is searching for an existing test in the list which contains the top level tests. So a test node can remove a top level test with the same name. It should instead be searching for the tests among its siblings only.
For example in a Scenario Outline, a new Scenario within it should only check in the existing scenarios for this scenario outline.
Hi,
I was trying to include this functionality in the cucumber adapter but I think I have come across a bug.
The onNodeCreated() is searching for an existing test in the list which contains the top level tests. So a test node can remove a top level test with the same name. It should instead be searching for the tests among its siblings only.
For example in a Scenario Outline, a new Scenario within it should only check in the existing scenarios for this scenario outline.
Related to #386.
The text was updated successfully, but these errors were encountered: