syzzana / indent-list-reporter

Playwright list reporter with colorful terminal and indentation
MIT License
2 stars 1 forks source link

Fix: #18 show test errors once for retried tests #27

Closed syzzana closed 9 months ago

syzzana commented 9 months ago

Fixed the issue to show test error only once on the log, and add the number of retries on failure, if it was retried. Edge case: to handle when a test passed on 2nd, 3rd or so on retry- how to handle it then? -> Open issue.