You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I integrated the library, I noticed the following oddities:
I get only 2 tests displayed instead of 13.
If I use the default --logger "trx;LogFileName=testreport.trx" statement and convert the result with trx2junit` (https://github.com/gfoidl/trx2junit) I get the correct result shown in gitlab.
@dojo90 Take a look at this issue which I opened with GitLab. Their junit xml parser seems to de-duplicate test results that are similar / identical. Not sure why they would do that, but I think that is what is happening here.
After I integrated the library, I noticed the following oddities:
I get only 2 tests displayed instead of 13.
If I use the default
--logger "trx;LogFileName=testreport.trx" statement and convert the result with
trx2junit` (https://github.com/gfoidl/trx2junit) I get the correct result shown in gitlab.junit.testlogger
gitlab pipeline
junit.testlogger result file
trx logger in combination with trx2junit (https://github.com/gfoidl/trx2junit)
gitlab pipeline
trx output file
converted xml file from trx2junit
The text was updated successfully, but these errors were encountered: