Socolin
Socolin
Hello, Thanks but Verify is not the answer for that. - I'm not using HttpClient (or it's hidden deep) and even if I did some call are done through a...
From my limited knowledge on Verify, it's an assertion library (Like what provide NUnit or FluentAssertion with some improved stuff). My need is here not to test my code, I...
I encounter the same problem after upgrading from 2.80.2
> We do not intend for the output in ITestOutputHelper to allow for ANSI coloring. We assume that the text written there should be made readable to the end user,...
Yes, only the `escape` (`\x1b`) character is needed, what's next is then interpreted by the terminal https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters
About -NoColor there is an env variable too used in many programs: NO_COLOR https://no-color.org/ But I don't think the behavior should change things about escape, when NO_COLOR is set, color...
If you want to test with complex scenarios, I have a nuget package generating color codes accordingly to the wikipedia pages https://github.com/Socolin/Socolin.ANSITerminalColor
I updated the code, can you please merge this soon ?
I'm only maintaining the rider plugin on my free time for a while now. I don't know anything about the state of SpecFlow project, it seems nobody is working actively...
> Hey @Socolin did you ever get an update to this? We're trying to leverage this server on our current project. No, so far I switched to an cosmos db...