vstest icon indicating copy to clipboard operation
vstest copied to clipboard

Add option to `dotnet test` to generate playlist for failed tests

Open MaceWindu opened this issue 4 years ago • 2 comments

Description

Consider following scenario when running tests on test server/CI results in some failing tests. As developer I would like to get playlist with failed tests as additional test run artifact so I can load it and debug/fix failing tests.

As workaround currently we use own tool to parse trx file and generate playlist from it.

MaceWindu avatar Feb 08 '22 11:02 MaceWindu

This would be great!

Can you disclose something about how you do it with the TRX parsing? Perhaps do you have a GitHub Actions action for it?

Piedone avatar Jun 27 '22 16:06 Piedone

I, as a developer would really appreciate such a feature

JinsPeter avatar Feb 06 '24 07:02 JinsPeter

This is a new feature and won't be implemented, we are focusing on adding new features to Testing.Platform instead. https://aka.ms/testingplatform

nohwnd avatar Jul 08 '24 15:07 nohwnd