From ec0ffc11de37c1e52f3a22190f92c205a6d03f3e Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sat, 6 Jul 2024 15:50:37 +0200 Subject: [PATCH] Added MS Teams and mail reporter Added two new reporters: - Microsoft Teams reporter - Mail reporter Signed-off-by: Elio Struyf --- docs/src/test-reporters-js.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index b131a9a411..159e0d6f2b 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -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)