niche-tester / playwright-testrail-reporter

Report playwright test results to TestRail
MIT License
7 stars 9 forks source link

Timed out tests are not reported #9

Closed sheinein-im closed 1 year ago

sheinein-im commented 1 year ago

The issue is that in the status map in reporter.js, the string is timeout but the status in the logs is timedout

image image

Fix would be to change the map key to timedout

denisha commented 1 year ago

@sheinein-im thanks for picking this up, I will make a change and let you know once its released.

denisha commented 1 year ago

Fixed in release v1.1.3