I'm writing a Github Action which reports failures in Playwright tests using the JSON Reporter.
But the JSON Output does not have the exact location of the error, just the test which failed.
From the generated annotation:

When running locally:

If we could add an optional location parameter to JSONReportTestResult, that would be helpful in showing the exact location.
I'm writing a Github Action which reports failures in Playwright tests using the JSON Reporter.
But the JSON Output does not have the exact location of the error, just the test which failed.
From the generated annotation:

When running locally:

If we could add an optional location parameter to
JSONReportTestResult, that would be helpful in showing the exact location.