From cbbbfdcb532933babf55d25f734c7af7dd75d2b0 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Wed, 5 Feb 2025 15:45:40 +0300 Subject: [PATCH] fix: refactor --- packages/discord-reporter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord-reporter/README.md b/packages/discord-reporter/README.md index 2ceddcfc..dc2f2da3 100644 --- a/packages/discord-reporter/README.md +++ b/packages/discord-reporter/README.md @@ -2,7 +2,7 @@ `@lidofinance/discord-reporter` is a custom Playwright reporter that sends test run results directly to a Discord channel via a webhook. It collects statistics on passed, failed, and skipped tests, formats the results in a Discord embed message, and sends it when the test suite has finished executing. -# Features +## Features - **Test Result Statistics**: Automatically counts passed, failed, and skipped tests. - **Custom Discord Embed**: Formats test results (including run duration and a link to the GitHub run if available) as a Discord embed. - **Self reporting for scripts**: Easy to using as a report function for simple script.