1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-05-06 18:47:35 +02:00
test-reporter/src
alexanderthoren 0e1fe1690f
feat: add sort-suites input to order suites by time descending
Add a new 'sort-suites' input parameter that accepts 'name' (default,
alphabetical) or 'time-desc' (slowest first). This allows consumers
to surface the slowest test suites at the top of the report.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-04-25 12:15:00 +02:00
..
input-providers Refactor code for changes in @actions/github v9 2026-03-02 15:44:41 +01:00
parsers Report jest-junit testsuite errors as failures 2026-03-15 13:24:18 +01:00
report feat: add sort-suites input to order suites by time descending 2026-04-25 12:15:00 +02:00
utils feat: added a slug-prefix parameter for link anchors 2026-03-05 01:52:45 +01:00
main.ts feat: add sort-suites input to order suites by time descending 2026-04-25 12:15:00 +02:00
test-parser.ts Refactor test-reporter to module based package 2026-03-02 14:28:52 +01:00
test-results.ts Refactor test-reporter to module based package 2026-03-02 14:28:52 +01:00