I've been trying to learn about dotnet test and doing some integration tests on my endpoints. I don't have a specific goal in mind, just mashing away at code like a monkey and see what works. I was trying to get a nice, human readable output in the cli but I've been beating my head on the wall for a day now between youtube videos, etc. It's dawning on me that testing packages like xunit or mstest are meant to be used in conjuction with the Testing UI (i'm using VS Code for example) and not optimized for CLI readability. am I correct? should I abandon trying to make alterations for command line readability and just use the UI?
As I type this I realize it may sound like a stupid question but please humor me. I tend to work everything in command line just out of habit and I'm curious if that's an off-the-shelf wheel I can install or if that would basically be way more customization than it is worth.