From d849c7c81d8728c034c045b4a3ae8845bc4a19b4 Mon Sep 17 00:00:00 2001 From: Jonas Claes Date: Mon, 14 Aug 2023 11:33:44 +0200 Subject: [PATCH] docs(test-reporters): sorted alphabetically and added Testmo (#26452) --- docs/src/test-reporters-js.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index d3bf180685..121bb2b454 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -326,8 +326,9 @@ export default defineConfig({ ## Third party reporter showcase * [Allure](https://www.npmjs.com/package/allure-playwright) -* [Monocart](https://github.com/cenfun/monocart-reporter) -* [Tesults](https://www.tesults.com/docs/playwright) -* [ReportPortal](https://github.com/reportportal/agent-js-playwright) * [Currents](https://www.npmjs.com/package/@currents/playwright) +* [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) +* [Testmo](https://github.com/jonasclaes/playwright-testmo-reporter) +* [Tesults](https://www.tesults.com/docs/playwright)