JGiven icon indicating copy to clipboard operation
JGiven copied to clipboard

Report skipped scenarios

Open nnar1o opened this issue 6 years ago • 2 comments

When I use org.junit.Assume and mark scenario as skipped there is no information in the report about skipped scenarios. It would be nice to have them displayed the same way as Pending scenarios.

nnar1o avatar Jan 28 '19 09:01 nnar1o

Mmh. This is currently the intended behavior, but I tend to agree that skipped would make more sense. This would be a breaking change though.

janschaefer avatar Feb 06 '19 20:02 janschaefer

In fact, I tend to say that this is not the same as a pending scenario. The pending annotation actually marks a scenario as not implemented yet. Skipped because of a failed assumption has a different meaning.

janschaefer avatar Feb 06 '19 21:02 janschaefer