qunitjs / js-reporters

📋 Common Reporter Interface (CRI) for JavaScript testing frameworks.
MIT License
59 stars 18 forks source link

Reporter: Recognise "Todo" tests from QUnit #140

Closed Krinkle closed 3 years ago

Krinkle commented 3 years ago

This wasn't previously done because versions that support this feature also have a jsreporters-compatible event emitter built-in, but this isn't always used (such as in browserstack-runner). So for completion support it here as well just in case.

Ref https://github.com/qunitjs/qunit/issues/1622.