picuscreative / testcafe-reporter-html

The HTML reporter for TestCafe
https://picuscreative.com/
22 stars 30 forks source link

Report is written to file index.html by default #16

Closed janrozycki closed 5 years ago

janrozycki commented 5 years ago

Readme states that report is returned by default to stdout, but in reality it is also saved to a file named index.html on a root level. It happens when I'm running TestCafe through programming interface (https://devexpress.github.io/testcafe/documentation/using-testcafe/programming-interface/runner.html#reporter). Additionally when I specify outStream argument to write to file (saved in specific repository), it's being saved there properly but reporter still saves the same result to index.html file in root folder.

davidcunha commented 5 years ago

@janrozycki Thanks for the report. I'll investigate that.

davidcunha commented 5 years ago

@janrozycki I released a new version https://github.com/picuscreative/testcafe-reporter-html/releases/tag/v1.4.4 because of a change in the README and everything seems to be ok now. Let me know if it works on your side 👍

timnederhoff commented 5 years ago

Works on my side :+1: thanks for fixing it!

janrozycki commented 5 years ago

Works on my side as well. Many thanks for the fix! 👍