From 377f11a2a816c7b7b9289987324954d8e92d0bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20S=C3=BCren?= Date: Wed, 16 Sep 2026 01:14:36 +0300 Subject: [PATCH] Add Qualflare TestNG to Testing > Miscellaneous --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..93f42004 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -1181,6 +1181,7 @@ _Other stuff related to testing._ - [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) - JUnit 5 extension pack, pushing the frontiers on Jupiter. - [LogCaptor](https://github.com/Hakky54/log-captor) - Captures log entries for unit testing purposes. - [log-capture](https://github.com/dm-drogeriemarkt/log-capture) - Captures log entries and provides assertions for unit and integration testing. +- [Qualflare TestNG](https://github.com/Qualflare/qualflare-testng) - TestNG listener that keeps every retry attempt and reports timeouts and configuration failures as distinct statuses. - [Selfie](https://github.com/diffplug/selfie) - Snapshot testing (inline and on disk). - [skipper-java](https://github.com/get-skipper/skipper-java) - Real-time test execution control via Google Spreadsheet, enabling instant toggle without code changes. - [Stebz](https://github.com/stebz/stebz) - Multi-approach framework for test steps managing.