Version
1.60.0
Steps to reproduce
Run a test series on GitHub Actions with the github reporter and dots reporter (which should be the default with the CI env var being set) using 1.60.0 with at least one failing test.
Repo: https://github.com/webbuilders-group/electron-playwright-41272
Sample Action Run: https://github.com/webbuilders-group/electron-playwright-41272/actions/runs/27433593179/job/81089819792
Expected behavior
GitHub annotations should not appear in the step output but should appear on the annotations section the test run.
Actual behavior
GitHub annotations for the failures that were previously hidden in the output are now visible. The annotations also do not actually appear in the GitHub UI, so it seems GitHub is completely not detecting them.
Additional context
Appears to be a regression caused by #40590
Environment
System:
GitHub actions using ubuntu-latest image
Version
1.60.0
Steps to reproduce
Run a test series on GitHub Actions with the
githubreporter and dots reporter (which should be the default with theCIenv var being set) using 1.60.0 with at least one failing test.Repo: https://github.com/webbuilders-group/electron-playwright-41272
Sample Action Run: https://github.com/webbuilders-group/electron-playwright-41272/actions/runs/27433593179/job/81089819792
Expected behavior
GitHub annotations should not appear in the step output but should appear on the annotations section the test run.
Actual behavior
GitHub annotations for the failures that were previously hidden in the output are now visible. The annotations also do not actually appear in the GitHub UI, so it seems GitHub is completely not detecting them.
Additional context
Appears to be a regression caused by #40590
Environment
System: GitHub actions using ubuntu-latest image