From 31bad7b5c76e13597eed5e6f90c4cc93ec99f55e Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Thu, 27 Jun 2024 17:47:42 +0100 Subject: [PATCH] docs(reporters): add common test report format reporter --- 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 b131a9a411..c1d9cbae60 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -426,6 +426,7 @@ npx playwright test --reporter="./myreporter/my-awesome-reporter.ts" * [Allure](https://www.npmjs.com/package/allure-playwright) * [Argos Visual Testing](https://argos-ci.com/docs/playwright) +* [Common Test Report Format](https://github.com/ctrf-io/playwright-ctrf-json-report) * [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)