docs(reporters): added 3rd-party GitHub Actions Reporter (#29728)

This commit is contained in:
Elio Struyf 2024-02-29 10:25:54 +01:00 committed by GitHub
parent aedd7ca0be
commit f4f26fdf7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)