sergehuber opened a new pull request, #735: URL: https://github.com/apache/unomi/pull/735
Introduced ProgressSuite (custom JUnit Suite) that: - Counts all @Test methods across the annotated test classes (including superclasses) to compute an accurate total. - Registers a shared progress listener and triggers an initial “run started” header. Added ProgressListener (JUnit RunListener) that: - Prints an ASCII banner with total test count on start. - Shows a progress bar with percentage, ETA, and live success/failure counters during the run. - Tracks per-test timings and prints the top 10 slowest tests plus CSV timing data at the end. - Detects ANSI color support and uses plain text if not available. Updated AllITs to use the new runner: - @RunWith(ProgressSuite.class) for the existing test suite class list. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
