Commit 88ec35b
Integrate trx-to-vsplaylist in CI test pipeline (#376)
Adds test playlist generation to enable local re-execution of failed
tests in Visual Studio.
## Changes
- Modified `dotnet test` step to output TRX files (`--logger trx
--results-directory ./TestResults`)
- Added `trx-to-vsplaylist@v2` action to generate failed tests playlist
- Added `trx-to-vsplaylist@v2` action to generate all tests playlist
Both playlist steps run with `if: always()` to ensure artifact creation
even on test failure. Playlists are uploaded as workflow artifacts for
download.
<!-- START COPILOT CODING AGENT SUFFIX -->
<!-- START COPILOT ORIGINAL PROMPT -->
<details>
<summary>Original prompt</summary>
> Add https://github.com/BenjaminMichaelis/trx-to-vsplaylist usage in
our test pipeline
</details>
<!-- START COPILOT CODING AGENT TIPS -->
---
✨ Let Copilot coding agent [set things up for
you](https://github.com/IntelliTect/CodingGuidelines/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
Co-authored-by: Benjamin Michaelis <git@relay.benjamin.michaelis.net>1 parent e111443 commit 88ec35b
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments