From ae1e1885dc75c9b4bbf7e3b06d6cd3eef2d19c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Thu, 26 Oct 2023 19:05:02 +0200 Subject: [PATCH] docs: add Argos Reporter to doc (#27789) --- docs/src/test-reporters-js.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index cce09dac3e..f7cc0e3aee 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -343,6 +343,7 @@ export default defineConfig({ ## Third party reporter showcase * [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) * [Monocart](https://github.com/cenfun/monocart-reporter) * [ReportPortal](https://github.com/reportportal/agent-js-playwright)