From 05359345a20f3f11ad43af529577085620af3473 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Sun, 21 Apr 2024 16:49:36 +0200 Subject: [PATCH] Add link to third-party GitHub pull request reporter Signed-off-by: Philipp Daun --- docs/src/test-reporters-js.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index ecece58dcd..70062f3212 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -355,6 +355,7 @@ npx playwright test --reporter="./myreporter/my-awesome-reporter.ts" * [Argos Visual Testing](https://argos-ci.com/docs/playwright) * [Currents](https://www.npmjs.com/package/@currents/playwright) * [GitHub Actions Reporter](https://www.npmjs.com/package/@estruyf/github-actions-reporter) +* [GitHub Pull Request Comment](https://github.com/marketplace/actions/playwright-report-comment) * [Monocart](https://github.com/cenfun/monocart-reporter) * [ReportPortal](https://github.com/reportportal/agent-js-playwright) * [Serenity/JS](https://serenity-js.org/handbook/test-runners/playwright-test)