I expected to see a testcase for errors and warnings. But the check for testSuite.errored is only true for errors. This means warnings are suppressed unless errors are present.
In a local copy I have replaced the condition to testSuite.warnings.length.
I expected to see a testcase for errors and warnings. But the check for testSuite.errored is only true for errors. This means warnings are suppressed unless errors are present.
In a local copy I have replaced the condition to testSuite.warnings.length.
Masi