-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Besides focus and pending, an attribute to mark known failures, similar to Automake's xfail (https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html).
I currently mark known failures with pending (which means "Completely skip this scenario"), but xfail would be more appropriate. It means "This scenario MUST fail".
Reactions are currently unavailable