From b2247f1a88d7e7a8b4fc029fc337fd3778633913 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 4 Oct 2024 15:58:40 +0200 Subject: [PATCH] Update docs/src/test-reporters-js.md Signed-off-by: Simon Knott --- docs/src/test-reporters-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index 65039a6da0..ce5698005c 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -427,5 +427,5 @@ Here's a short list of open source reporter implementations that you can take a * [Allure Reporter](https://github.com/allure-framework/allure-js/tree/main/packages/allure-playwright) * [Github Actions Reporter](https://github.com/estruyf/playwright-github-actions-reporter) * [Mail Reporter](https://github.com/estruyf/playwright-mail-reporter) -* [Microsoft Teams Reporter](https://github.com/playwright-community/playwright-msteams-reporter) +* [ReportPortal](https://github.com/reportportal/agent-js-playwright) * [Monocart](https://github.com/cenfun/monocart-reporter)