testfx icon indicating copy to clipboard operation
testfx copied to clipboard

TrxReport Capability Documentation

Open thomhurst opened this issue 1 year ago • 4 comments

Implementing support for Trx involves more than just bringing in the TrxReport extensions package.

I believe I've worked it out myself, but it'd be useful to have it documented officially, as I couldn't find any.

thomhurst avatar Jun 30 '24 20:06 thomhurst

You're right we should add some documentation here https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-extensions-test-reports#visual-studio-test-reports

cc: @Evangelink

MarcoRossignoli avatar Jul 02 '24 07:07 MarcoRossignoli

I think this is more of a technical documentation for framework authors, so we should start with doc on our repo.

@MarcoRossignoli we should ask @IEvangelist if we can start moving the technical doc under the official doc repo so we have something unified.

Evangelink avatar Jul 02 '24 08:07 Evangelink

Move what, where?

IEvangelist avatar Jul 02 '24 12:07 IEvangelist

Sorry :) We started to write some technical documentation (for framework and extensions authors) around our new testing platform. At the moment this tech doc, lives in this repo https://github.com/microsoft/testfx/blob/main/docs/testingplatform/Index.md but I think it'd be better overall if all the doc was available at the same location (with some structure to split "normal user" from "extension builder user").

Evangelink avatar Jul 02 '24 13:07 Evangelink