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 skipping tests because an optional feature is not implemented by an implementer, it would be beneficial to have a skipReason field which we could specify the reason for skipping the test (notImplemented in this case). Currently, all skipped tests generate a pending reason.
When skipping tests because an optional feature is not implemented by an implementer, it would be beneficial to have a
skipReason
field which we could specify the reason for skipping the test (notImplemented
in this case). Currently, all skipped tests generate apending
reason.If we could somehow map a
skipReason
to andstatusMark
, this would provide a significant improvement and granularity to report generation:https://github.com/digitalbazaar/mocha-w3c-interop-reporter/blob/main/lib/statusMarks.js
The text was updated successfully, but these errors were encountered: