1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00
test-reporter/__tests__
Rick Shanor fb2dd2ba55 feat: Add listTestCaseTime flag to print test times next to test names
- Add a new listTestCaseTime flag, that optionally prints test times
next to test names. This flag defaults to false, for backward
compatibility.
- Update get-report.ts to use this flag when generating a report.
- Update existing tests to set ReportOptions listTestCaseTime: true to
verify above feature.
- Update README with documentation about this new flag.

Note this feature was needed for individual test times under pytest,
since the xml is generated with all tests under one test suite.

https://github.com/dorny/test-reporter/issues/260
2026-01-06 07:39:38 -08:00
..
__outputs__ feat: Add listTestCaseTime flag to print test times next to test names 2026-01-06 07:39:38 -08:00
__snapshots__ Create tester-junit reporter for Nette Tester tool 2026-01-01 19:11:59 +01:00
fixtures Create tester-junit reporter for Nette Tester tool 2026-01-01 19:11:59 +01:00
report Fix badge encoding for values including the _ underscore character 2025-11-05 22:54:32 +01:00
utils Upgrade jest to v30 2025-06-29 16:55:36 +02:00
dart-json.test.ts Update all tests 2025-05-17 13:37:38 +02:00
dotnet-nunit.test.ts Update all tests 2025-05-17 13:37:38 +02:00
dotnet-trx.test.ts Fix code formatting in the dotnet-trx.tests.ts file 2025-07-09 16:00:13 +02:00
golang-json.test.ts Correct behavior for test cases with slashes 2025-05-17 13:42:38 +02:00
java-junit.test.ts Create tests for sample JUnit files 2025-12-27 00:05:09 +01:00
java-stack-trace-element-parser.test.ts fix(java-junit): parse StackTraceElement with custom classloader 2022-11-19 22:17:15 +02:00
jest-junit.test.ts feat: Add listTestCaseTime flag to print test times next to test names 2026-01-06 07:39:38 -08:00
mocha-json.test.ts Update all tests 2025-05-17 13:37:38 +02:00
phpunit-junit.test.ts Include tests for parsing files names and line numbers in the PhpunitJunitParser 2025-12-29 14:25:10 +01:00
python-xunit.test.ts Enhance pytest support 2025-11-15 11:55:41 -05:00
rspec-json.test.ts Update all tests 2025-05-17 13:37:38 +02:00
swift-xunit.test.ts Update all tests 2025-05-17 13:37:38 +02:00
tester-junit.test.ts Create tester-junit reporter for Nette Tester tool 2026-01-01 19:11:59 +01:00