microsoft / testfx

MSTest framework and adapter
MIT License
714 stars 253 forks source link

Allow custom --help output #3487

Open MarcoRossignoli opened 1 month ago

MarcoRossignoli commented 1 month ago

It could be useful give a way to the users to customize the UX for the --help command. We already allow to have

cc: @Evangelink @bradwilson

thomhurst commented 1 month ago

@MarcoRossignoli I didn't know we could do a custom banner. Is there docs on that?

Evangelink commented 1 month ago

@thomhurst please look at https://github.com/microsoft/testfx/blob/main/docs/testingplatform/ibannermessageownercapability.md and here is the PR where we use this custom feature on MSTest: https://github.com/microsoft/testfx/pull/3235