Added MS Teams and mail reporter

Added two new reporters:

- Microsoft Teams reporter
- Mail reporter

Signed-off-by: Elio Struyf <elio@struyfconsulting.be>
This commit is contained in:
Elio Struyf 2024-07-06 15:50:37 +02:00 committed by GitHub
parent b2bda9fce2
commit ec0ffc11de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -429,6 +429,8 @@ npx playwright test --reporter="./myreporter/my-awesome-reporter.ts"
* [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)
* [Mail Reporter](https://www.npmjs.com/package/playwright-mail-reporter)
* [Microsoft Teams Reporter](https://www.npmjs.com/package/playwright-msteams-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)