Fixed
- Skipped tests (e.g. Cypress
it.skip) no longer decrement the failed-test
count. Failed hooks (stats.other) are now counted directly from the failure
list instead of inferred frompasses + failures + pending - tests, which
misfired when a runner excludes skipped tests fromstats.tests
#366. - Suite
filepaths are no longer mangled when mochawesome runs from a
directory whose path is a prefix inside the file path (e.g. from/in a
container): the cwd is now stripped only when it is an actual prefix, instead
of replacing its first occurrence anywhere in the path
#394.