Closed
Description
It seems mocha can only report the test as failed or passed but not inconclusive.
Proposal would be to map pending to inconclusive.
Pending is done when the skip method is called.
This would requires to introduce a new property into the testexecutor / testframework exchange data structure about skipped tests.
Any thought ?