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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: