DevExpress / testcafe-reporter-dashboard

MIT License
2 stars 3 forks source link

Should send reportTestDone command even if `readFile` method fails #124

Closed aleks-pro closed 1 year ago

aleks-pro commented 1 year ago

For now reportTestDone method fails with Unable to find file error if a test fails. I happens because testcafe added logic that provide to reporter a buffer with the image, so even if a user doesn't enable takeOnFails feature reporter will send a screenshot to Dashboard. In master we have the following logic: https://github.com/DevExpress/testcafe-reporter-dashboard/pull/90/files. But we do not want this feature in alpha version.