From 349be8742ff290722b0154abc6163f2d15e42ffc Mon Sep 17 00:00:00 2001
From: Ivan Trechekas
Date: 2025年10月29日 13:12:42 -0400
Subject: [PATCH] [Improved reporting] Add link for Allure Report
It's a pretty popular reporting that allow you to have a fancy reports with minimum changes in the code, with detailed information about each step the test did with proper hierarchy.
---
.../test_practices/encouraged/improved_reporting.en.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website_and_docs/content/documentation/test_practices/encouraged/improved_reporting.en.md b/website_and_docs/content/documentation/test_practices/encouraged/improved_reporting.en.md
index f1e9dcdc25dc..adad6a120f77 100644
--- a/website_and_docs/content/documentation/test_practices/encouraged/improved_reporting.en.md
+++ b/website_and_docs/content/documentation/test_practices/encouraged/improved_reporting.en.md
@@ -16,6 +16,8 @@ reports are popular for importing results to a Continuous Integration
(CI) server like Jenkins, Travis, Bamboo, etc. Here are some links
for more information regarding report outputs for several languages.
+[Allure Report: fancy reports (language and framework agnostic)](https://allurereport.org/)
+
[NUnit 3 Console Runner](//github.com/nunit/docs/wiki/Console-Runner)
[NUnit 3 Console Command Line](//github.com/nunit/docs/wiki/Console-Command-Line)