-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NUnit/JUnit summary implies no colour in output messages #410
Comments
Could you try |
Yep, that solves it. I guess Expecto should always exclude colors from the test results file? |
Yes, exactly. PR? :) |
Terribly sorry, I'm completely swamped and have no capacity to ramp up on a new codebase. (I have even just had to withdraw from some OSS projects I maintain.) |
haf
changed the title
Invalid character in NUnit/JUnit summary, Azure Pipelines can't process results file
NUnit/JUnit summary implies no colour in output messages
Mar 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro solution in case you need it: ExpectoTest.zip
When running with
--nunit-summary
, the output contains an ESC character. This causes the Azure Pipelines "Publish Test Results" task to fail:Please see the attached test results file.
TestResults.zip
Here is how the file looks in Notepad++. You can see the invalid character on lines 7 and 8.
The same thing happens with
--junit-summary
:TestResults.zip
The text was updated successfully, but these errors were encountered: