codito
codito
I think this should be handled by adapters at some level. MSTest for instance captures and sends the console outputs to the runner, I think we are including them in...
It may help if logger interfaces support events to handle Discovered Tests (currently they only support Run Result events). This will allow to generate any kind of output with a...
@dougbu can you elaborate little more on the scenario? Is the user intention to customize/diagnose build parameters for vstest task? Is it in the CI or devbox? Can the stdout/stderr...
Thanks for clarification. We need to wire this in. Possibly use `ToolTask` (https://msdn.microsoft.com/en-us/library/microsoft.build.utilities.tooltask.aspx) for VSTestTask implementation or listen to stderr/stdout of vstest.console.
@dbankmann please share a repro project if possible
Unable to repro with this project: https://gitlab.com/codito/sample-junit-test ``` > dotnet test --settings test.runsettings --collect "Code Coverage;Format=cobertura" --logger:"junit;LogFileName={assembly}.test-result.xml;MethodFormat=Class;FailureBodyFormat=Verbose" --results-directory ./TestResults Determining projects to restore... All projects are up-to-date for restore. TestProject...
@jdlegan the core testlogger library supports attachments but this logger doesn't (yet). I think we need to update https://github.com/spekt/junit.testlogger/blob/master/src/JUnit.Xml.TestLogger/JunitXmlSerializer.cs to add logic similar to the following. Xml elements should be...
Hello @SavchenkoAlexander, thank you looking into this issue. I believe you meant the [below gitlab format](https://docs.gitlab.com/ee/ci/testing/unit_test_reports.html#view-junit-screenshots-on-gitlab) to output attachments: ```xml [[ATTACHMENT|/path/to/some/file]] ``` Is it possible to update the constraints in...
@Lickut could you elaborate more on the ask? How should a sample testresult file look like?
@GrimPixel great idea. Could we set the goal to zero for such habits? Staying at zero adds to the streak. Any other quantum specifies the nunber of violations.