Replies: 1 comment 1 reply
-
Hi @knapik-m Could you please point out where you observed this behaviour documented? (Sorry, but my search yielded nothing) This behaviour is controlled by the runner, and looking at gauge-java, this rule is not in place! From memory, I believe gauge-dotnet exhibits this behaviour. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have scenario with two @AfterScenario methods - one with tag and second one without tags. According to documentation if there is multiple methods with this annotation, execution order is as follows:
I am using gauge-java and in my scenario a method without tags is executed as second one. Is this an expected behaviour? If so, how can I execute @AfterScenario methods in defined order?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions