Currently if a Test fails, the reporter will catch that and log Tests failed.
In the onEnd function of the reporter, it would be great to additionally also log the result (FullResult):
https://github.com/estruyf/playwright-github-actions-reporter/blob/main/src/index.ts#L75
Currently if a Test fails, the reporter will catch that and log
Tests failed.In the
onEndfunction of the reporter, it would be great to additionally also log the result (FullResult):https://github.com/estruyf/playwright-github-actions-reporter/blob/main/src/index.ts#L75