DevExpress / testcafe-reporter-xunit

This is the xUnit reporter plugin for TestCafe.
https://testcafe.io
MIT License
10 stars 30 forks source link

Fixed duplicated number of failed tests #7

Closed castamir closed 4 years ago

castamir commented 4 years ago

This issue was was in Bitbucket pipelines where you can see always twice as much failures as actual number of failed tests.

castamir commented 4 years ago

Could you please take over this PR? Tests are running well on my local (node v10).

EDIT: seems like master branch is broken, try to rerun build on master branch in Travis

AndreyBelym commented 4 years ago

Thank you for the job done. Unfortunately, I can't accept this PR. This reporter tries to provide a basic report that will be well understood by most JUnit-compatible systems. The problem is that some systems ignore failures attribute, and some ignore errors attribute. I think the best way to handle this situation with BitBucket is creating a separate reporter (e.g. testcafe-reporter-bitbucket) and output reports in a format that looks nice in BitBucket logs.