-
**Application Name**: trx2junit (global tool app)
**OS**: Windows 10 RS5
**CPU**: X64
**.NET Build Number**: dotnet-sdk-7.0.100-alpha.1.21568.2
**Verify Scenarios:**
1). Windows10 RS5 x64+dotn…
-
### Summary
`trx2junit` doesn't work with .NET 6.0 SDK.
### Steps to reproduce
Install .NET SDK 6.0 (no other versions), install `trx2junit` and run it.
### What is the current *bug* behav…
-
Cf. https://github.com/gfoidl/trx2junit/issues/74#issuecomment-645966728
-
Hi Gunther,
I made mistake while testing. Could you change Status Atribute values to True/False instead of 1/0. Sorry for causing you rework. Appreciate if you can fix it. Thanks in advance.
True: …
-
We have huge amount of tests running in azure devops. We are using C#, C++ and C++/cli and test applications are mostly written in C#.
Some of tests are flaky, so they persists with some probabilit…
-
Could you please include additional junit parameters corresponding to each test case like ‘failure=“false” error=“false” success=“true”. I need these values in my junit XML so I can upload results to …
-
I have a test file generated by this command:
`dotnet test --logger trx`
However, when I try to convert the file on jrx2unit version 1.4.0 using this command:
`trx2junit .\failing.trx`
I get t…
-
#### Context
At work we've recently switched a selenium project form .NET Framework to .NET core and are using `dotnet test` to execute the tests. Since we're using gitlab CI we needed a junit report…
-
I got a message via NuGet (that's the reason for https://github.com/gfoidl/trx2junit/issues/7):
```
trx2junit : At line:1 char:1 + trx2junit "C:\files\result.trx" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~…
-
@gfoidl
I too noticed that the converted file is quite empty.
And my need is to convert the file of trx and import it to QMetry (addon to Jira). They provided some sample xml which they are suppo…