Open
Description
How can we enable problem matchers for various testing tools like https://github.com/mochajs/mocha? Is there a reporting format that we should use for it to be matched by the runner when errors occur in the test cases? I saw the problem matchers for eslint
like estlint-stylish
but didn't see anything else.
If anyone can point me in the right direction, I'm happy to create the matcher if it doesn't already exist.