DevExpress / testcafe-reporter-xunit

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

Changing testcase name to be only the name #3

Closed alexschwantes closed 5 years ago

alexschwantes commented 6 years ago

Fix for #2 Test names now conform to xunit spec and contains just the name of the test case. When running in Quarantine Mode, unstable tests will be marked as failed. Both unstable and screenshots will be output with the error message if available.

AndreyBelym commented 5 years ago

I've been thinking about this for a long time, but unfortunately I have to reject this pull request. I'm afraid that this changes can break expectations of other users that get used to the old output format.

You can easily merge this PR into your fork, change the provider name and publish your version to NPM.

alexschwantes commented 5 years ago

Thanks @AndreyBelym, I'll do that :)