1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 07:52:14 +01:00

test-reporter release v2.6.0

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
alexanderthoren 2026-02-23 16:37:18 +01:00
parent be8c894c68
commit edb6902bbe
3 changed files with 6 additions and 13 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## 2.6.0
* Feature: Add `sort-suites` input to order test suites by execution time (descending)
## 2.5.0
* Feature: Add Nette Tester support with `tester-junit` reporter https://github.com/dorny/test-reporter/pull/707
* Maintenance: Bump actions/upload-artifact from 5 to 6 https://github.com/dorny/test-reporter/pull/695