Closed janrozycki closed 5 years ago
@janrozycki Thanks for the report. I'll investigate that.
@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 👍
Works on my side :+1: thanks for fixing it!
Works on my side as well. Many thanks for the fix! 👍
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.