microsoft / testfx

MSTest framework and adapter
MIT License
697 stars 250 forks source link

Support capture of stdout/stderr in the protocol #3226

Closed drognanar closed 1 week ago

drognanar commented 1 month ago

Ensure that the stdout/stderr can be captured by the framework, so that they can appear in the UI.

The properties to implement are specified here #3225

Evangelink commented 1 month ago

@drognanar are you planning to update the implementation too or just the protocol? If only protocol, we should add some new lablel and don't assign the ones you have set.

drognanar commented 1 month ago

Currently I was planning to update the protocol and work on the client side implementation of the changes.

This ticket was supposed to express the work needed to implement the changes to the protocol on the server side, which is why I added the existing labels.

MarcoRossignoli commented 1 week ago

closed in https://github.com/microsoft/testfx/pull/3486