syzzana / indent-list-reporter

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

Fail CI on test failure GH Actions #17

Closed syzzana closed 9 months ago

syzzana commented 9 months ago

Issue is with our configuration on error, as with other reporter the Github Actions CI throws an Exit Code 1.

syzzana commented 9 months ago

This was fixed with last PR merged, where we added also jest configuration for unit tests. The issue was we were not throwing any error on the onError function inside the custom reporter, therefore the CI was successful even when tests failed.