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
What is the current behavior?
In Scenario Outline of Behave, Skipped issues appear in Allure Results even if Skipped --no-skipped flag is set or behave.ini is set to show_skipped = false
Steps:
I have written 2 scenario outlines. Each scenario outline loops through 4 kits(C, Java, .Net, .Net core) for 2 different examples.
In first scenario outline, after first scenario ie, C, I have skipped remaining 3 scenarios of Java, .Net, .Net core)
When it rolls around second scenario outline, in Allure reports I can see the skipped scenario results of first scenario outline which should not be (highlighted with yellow color in one of the attachments).
behave is skipped the scenarios properly
What is the expected behavior?
The skipped scenario results of previous scenario outline should not appear in next scenario outline results
Given the following feature file (lets name it issue432.feature):
Feature: Reproduce issue 432Scenario: Scenario to reproduce issue 432Given scenario is skipped
Then pass
Then pass
Scenario: A follow-up scenarioThen the follow-up scenario passes
I'm submitting a ...
What is the current behavior?
In Scenario Outline of Behave, Skipped issues appear in Allure Results even if Skipped --no-skipped flag is set or behave.ini is set to show_skipped = false
Steps:
What is the expected behavior?
The skipped scenario results of previous scenario outline should not appear in next scenario outline results
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: