test-reporter/src/utils
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
..
git.ts Update to node16 + recent versions of core and exec packages 2022-10-13 22:05:31 +02:00
github-utils.ts Refactor code for changes in @actions/github v9 2026-03-02 15:44:41 +01:00
markdown-utils.ts Use String.substring() function instead of the deprecated String.substr() 2025-12-29 15:06:16 +01:00
node-utils.ts Refactor test-reporter to module based package 2026-03-02 14:28:52 +01:00
parse-utils.ts Avoid split on undefined 2023-08-09 15:24:41 -04:00
path-utils.ts Use String.substring() function instead of the deprecated String.substr() 2025-12-29 15:06:16 +01:00
slugger.ts feat: added a slug-prefix parameter for link anchors 2026-03-05 01:52:45 +01:00