QoL: Add additional info/context for test failure message #88
Labels
kind/contributor-experience
Categorizes issue or PR as related to improving the experience of contributors
kind/enhancement
New feature or request.
kind/maintainer-experience
Categorizes issue or PR as related to improving the experience of maintainers
triage/untriaged
Indicates an issue requires triaging or verification.
What would you like to be added:
Some way to writing to a string buffer that will be included when the test fail. This message should be included in the ci error report and in the output area of the test runner.
Why is this needed:
This could be used to add additional info/context for debugging. Also, it is annoying to add message with full context to every assert method.
For which Platform: All of them
Anything else we need to know?
Sort of what is done in unoplatform/uno#2804, but from the test impl side.
SO answer says that we could use
Trace.WriteLine()
. To validate if this will appear on ci. If so, we could add listener to it to pipe to the test runner's output area.The text was updated successfully, but these errors were encountered: