From f4f26fdf7b5de707da1adbfe0387dad90d081b03 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 29 Feb 2024 10:25:54 +0100 Subject: [PATCH] docs(reporters): added 3rd-party GitHub Actions Reporter (#29728) --- 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 2673739c9c..ecece58dcd 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -354,6 +354,7 @@ npx playwright test --reporter="./myreporter/my-awesome-reporter.ts" * [Allure](https://www.npmjs.com/package/allure-playwright) * [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) * [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)