1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00
Commit graph

171 commits

Author SHA1 Message Date
Thomas Durand
08dfe2715b
feat: removing parameter, generating slug prefix and providing it as an output 2026-03-05 15:20:31 +01:00
Thomas Durand
7f0723a953
feat: added a slug-prefix parameter for link anchors
Motivation: when using a matrix job, or more than one kind of tests in a same workflow, we can end up with multiple summaries at the same time. This will lead to multiple anchors and html id that will no longer be unique.
This prefix option allow to disambiguate those anchors ; and keep them functional.
2026-03-05 01:52:45 +01:00
Jozef Izso
deb1d0223f
Rebuild the dist/index.js file 2026-03-02 17:16:36 +01:00
Jozef Izso
7449990f9a
chore: rebuild dist for Dependabot update 2026-03-02 15:44:51 +01:00
github-actions[bot]
9ef00442fe chore: rebuild dist for Dependabot update 2026-03-02 14:22:54 +00:00
github-actions[bot]
7ea9b8d50e chore: rebuild dist for Dependabot update 2026-03-02 14:14:20 +00:00
Jozef Izso
5066e4a662
Rebuild the dist/index.js file 2026-03-02 14:30:38 +01:00
Jozef Izso
2c50ce608c
Rebuild the dist/index.js file 2026-03-02 13:17:41 +01:00
Jozef Izso
d0430d00c8
Merge pull request #693 from dorny/feature/166-list-all-artifacts 2026-03-02 12:55:03 +01:00
Jozef Izso
dcf47bbf9d
Rebuild the dist/index.js file 2026-03-01 13:54:04 +01:00
Jozef Izso
b0cbac615f
Rebuild the dist/index.js file 2026-01-03 14:19:04 +01:00
Jozef Izso
055bc8c025
Rebuild the dist/index.js file 2025-12-29 15:06:29 +01:00
Jozef Izso
0be3971fec
Rebuild the dist/index.js file 2025-12-29 14:41:25 +01:00
Jozef Izso
a79abde936
Load all artifacts in a run
Fixes #166
2025-12-05 00:01:38 +01:00
Jozef Izso
3b9dad208e
Merge pull request #681 from phactum-mnestler/main
Update sax.js to fix large XML file parsing #681
2025-11-15 11:24:15 +01:00
Michael Marcus
9b8d3b002e Python support
Add python-xunit-parser.ts with associated case statement
Add python-xunit to reporter docs in action.yml
Add tests
Update README

Resolves #244
Resolves #633
2025-11-14 16:29:58 -05:00
Michael Marcus
9aef9d168f Remove info log 2025-11-14 12:01:42 -05:00
Michael Marcus
6b64465c34 Rebuild index.js after rebase from main 2025-11-14 11:59:46 -05:00
Michael Nestler
43a747d94c Update sax.js to fix large XML file parsing 2025-11-14 16:06:35 +01:00
Jozef Izso
c7935221e6
feat: add validation for the collapsed input parameter
Generated-by: Claude Sonnet 4.5
2025-11-12 14:42:24 +01:00
Jozef Izso
5fb0582760
chore: run linter to fix code style issues 2025-11-12 14:42:24 +01:00
pespinel
828632acd0
feat: add collapsed option to control report visibility 2025-11-12 14:42:23 +01:00
Jozef Izso
22dc7b52f4
Rebuild dist/ code 2025-11-05 22:54:32 +01:00
Jozef Izso
d171d89cd4
Update dependencies to latest minor releases 2025-09-12 13:07:41 +02:00
Jozef Izso
ec1e910416
Merge pull request #630 from dorny/chore/shadowed_variables 2025-07-14 16:08:51 +02:00
Jozef Izso
1c33c4c823
Rebuild dist/ code 2025-06-29 16:26:12 +02:00
Cédric Luthi
4128d36b92 Use "Unclassified" when no class name is available
Fixes #556
2025-06-22 20:33:16 +02:00
dboriichuk
ae8bd195f8 Add stack tracke to summary 2025-06-18 14:09:49 +03:00
Jozef Izso
a1ac327414
Merge pull request #606 from dorny/bugfix/142-list_failed_tests_only 2025-06-13 13:07:08 +02:00
Jozef Izso
6adcc0c72a
Compile dist code 2025-06-08 16:44:51 +02:00
Jozef Izso
6126f49c2c
Use types arguments in the downloadStream event handlers
Issues #603
2025-06-08 13:21:12 +02:00
Jozef Izso
223c6cd55b
Compile dist code 2025-06-08 13:09:53 +02:00
Oles Galatsan
b522d19cac
Return links to summary report 2025-06-08 13:09:27 +02:00
Oles Galatsan
0f25185fa5 Rebuild 2025-05-20 14:46:05 +03:00
Oles Galatsan
364887ed35 Add short summary for step summary 2025-05-20 12:11:51 +03:00
Jozef Izso
b0baeedf4a
Rebuild dist 2025-05-17 14:06:57 +02:00
Shamus Taylor
a0398fb7dd Correct behavior for test cases with slashes 2025-05-17 13:42:38 +02:00
Michael Marcus
f1fa471229 Update all tests 2025-05-17 13:37:38 +02:00
Michael Marcus
0f47a5bec1 Update README; use empty string as default 2025-05-17 13:36:24 +02:00
Michael Marcus
2b2d091d3d Do not print a title if none is specified in the config 2025-05-17 13:36:24 +02:00
Michael Marcus
0841c8130e Feature: Add summary title
Add new option `report-title` to add H1 title to the Markdown report

Resolves #540
2025-05-17 13:36:23 +02:00
Jozef Izso
d1bf678c89
Merge pull request #582 from OlesGalatsan/bugfix/empty-trx-test-definitions
Fix for empty TRX TestDefinitions
2025-05-17 13:32:22 +02:00
Oles Galatsan
2acf6c2ccd Fix for empty TRX TestDefinitions 2025-05-15 15:40:14 +03:00
Oles Galatsan
8b055ac247 Increase step summary limit 2025-05-15 15:37:31 +03:00
Michael Marcus
8039983cdb Add dist changes 2025-03-25 15:10:26 -04:00
Jozef Izso
613e721b02 Update development dependencies 2025-03-12 13:35:12 +01:00
Jozef Izso
f4ba16072c Update production dependencies
@actions/core 1.11.1
adm-zip 0.5.16
fast-glob 3.3.3
2025-03-12 13:29:15 +01:00
Jozef Izso
10d304d4fb build: recompile production code 2025-03-12 13:14:18 +01:00
Philipp Jardas
45526f79fd Fix parsing of ESLint reports in jest-junit format
The [ESLint junit formatter](https://www.npmjs.com/package/eslint-junit)
does not include a total time attribute for the root `<testsuites>`
element.
2024-06-26 13:42:32 +02:00
Jozef Izso
9d0f09a6b6 Fix code formatting issues 2024-06-25 23:28:35 +02:00