icerpc-csharp icon indicating copy to clipboard operation
icerpc-csharp copied to clipboard

Add test reported to CI actions

Open pepone opened this issue 9 months ago • 1 comments

It is some times difficult to spot failures in the test logs. I would be interesting to look into integrate a test reporter like https://github.com/dorny/test-reporter

pepone avatar Mar 10 '25 21:03 pepone

There is also https://github.com/test-summary/action (I think this supports the same format), which we used to use in Ice.

externl avatar Mar 11 '25 15:03 externl

I decided to just upload the test logs in TRX format for now, see #4137

You can inspect then with Visual Studio or Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=TimHeuer.trxview)

The action setup is a bit complicated if we want for it to work with PRs.

pepone avatar Nov 21 '25 10:11 pepone