Skip to content
Discussion options

You must be logged in to vote

I think I am doing a very similar approach to yours. The only addition I have is that I have some scenarios that need to be run for "all except flag1", so I also have tags like @notSupported:flag1.

It is mainly the last point that I'm having problems with. I can add in Assert.Inconclusive in the BeforeScenario hook, but then all of the other steps are logged as if they errored out. It's not the end of the world, but I can forsee having to explain what has happened over and over again.

I found Skipping Scenarios in the documentation, which seems exactly what I'm looking for, but that will only run in steps, not in hooks. It does make me think that people are using steps to check (or toggl…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fionna-at-ocuco
Comment options

@gasparnagy
Comment options

Answer selected by fionna-at-ocuco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants