Gitlab not reporting stuff in the proper columns
erakis opened this issue · 0 comments
erakis commented
Hi,
In the package.json
"scripts": {
"test:unit:reporter": "cross-env NODE_ENV=test mocha --reporter mocha-junit-reporter --reporter-options mochaFile=mocha-junit.xml --recursive src/**/*.spec.js"
}
I read somewhere that this is because Junit only supports one hierarchical level of testing? Is this one of the reasons?
I also tried with the JENKINS_MODE=true
option, but apart from inverting the columns, the content is still not good and the filename
column is still empty.