From 6ab61802ec8f06f228b9ec366ec5b0f034cb3884 Mon Sep 17 00:00:00 2001 From: mrasu Date: Sun, 24 Mar 2024 16:41:30 +0900 Subject: [PATCH] Add `echoed` to list of Reporters (#136) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fce0dc1..b01e0f2 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ - [@tsdoc-test-reporter/jest](https://github.com/tsdoc-test-reporter/reporter) A reporter that attaches JS/TSDoc comments to your test results and generates a summary in HTML or JSON. - [testomatio-jest-reporter](https://github.com/testomatio/reporter/blob/master/docs/frameworks.md#Jest) Allows to analyze Jest autotests, collect test metadata and report them to the testomat.io TCM system. - [jest-console-group-reporter](https://github.com/Ashvin-Pal/jest-console-group-reporter) Automatically groups console messages, allows filtering, and provides flexible display configuration options. +- [echoed](https://github.com/mrasu/echoed) Makes tests observable by reporting OpenTelemetry data. ### Results Processors