From 74beb6e190c0d8eb798bed3f93a86db9f5489717 Mon Sep 17 00:00:00 2001 From: ahmad212o <50572960+ahmad212o@users.noreply.github.com> Date: Sat, 2 May 2026 10:45:32 +0300 Subject: [PATCH 1/2] Add pytest-cloudreport ## Description Adds pytest-cloudreport to the Tools section. pytest-cloudreport is a pytest plugin that: - Automatically detects flaky tests across CI runs - Tracks pipeline stability over time - Generates a zero-config self-contained HTML report - Offers an optional cloud dashboard for team visibility ## Checklist - [x] Added in alphabetical order - [x] Follows existing format - [x] Link is correct and working --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a041b8..2dd72ba 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Collection of awesome Python resources for testing and generating test data. - [icontract-hypothesis](https://github.com/mristin/icontract-hypothesis) - Instead of writing manually the Hypothesis search strategies for a function, `icontract-hypothesis` infers them based on the function's precondition. ## Reporting +- [pytest-cloudreport](https://github.com/ahmad212o/pytest-cloudreport) - A pytest plugin that automatically detects flaky tests, tracks CI stability over time, and generates a self-contained HTML report with an optional cloud dashboard for team visibility. - [pytest-html-plus](https://github.com/reporterplus/pytest-html-plus) - Get a self-contained, actionable, easy-to-read single page HTML unified reports summarizing all your test results. Detect flaky tests. From 485d32c0f23d112ae804a82df13398e4ea5911b6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:46:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dd72ba..33bca38 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Collection of awesome Python resources for testing and generating test data. - [icontract-hypothesis](https://github.com/mristin/icontract-hypothesis) - Instead of writing manually the Hypothesis search strategies for a function, `icontract-hypothesis` infers them based on the function's precondition. ## Reporting + - [pytest-cloudreport](https://github.com/ahmad212o/pytest-cloudreport) - A pytest plugin that automatically detects flaky tests, tracks CI stability over time, and generates a self-contained HTML report with an optional cloud dashboard for team visibility. - [pytest-html-plus](https://github.com/reporterplus/pytest-html-plus) - Get a self-contained, actionable, easy-to-read single page HTML unified reports summarizing all your test results. Detect flaky tests.