cypress-skip-test icon indicating copy to clipboard operation
cypress-skip-test copied to clipboard

Allow passing a reason for skip

Open cardil opened this issue 4 years ago • 1 comments

Skipping test is useful, but that should be pairs with proper reporting. Knowing why a given test was skipped, having only logs, is a must in many organizations.

I propose to expand the API to allow passing a reason, why a given test is being skipped. That reason should be reported to all registered test reporters for further processing.

cardil avatar Jul 12 '21 11:07 cardil

I would love to see this in place too ;)

matosjoa avatar Jun 08 '22 09:06 matosjoa