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
Hello,
I am trying to use the junit plugin:
My .ci.yml is: plugins: - junit: "test_results/**/*.xml"
I have this feedback in the console: Archiving JUnit results: 'test_results/**/*.xml' Recording test results
But there is no feedback in the DotCI UI. The only way to check the tests results is go-to-the-build->More...->test result .
Is there a way to have a feedback in the UI? (like a timeline of the tests results)
Hello,
I am trying to use the junit plugin:
My .ci.yml is:
plugins:
- junit: "test_results/**/*.xml"
I have this feedback in the console:
Archiving JUnit results: 'test_results/**/*.xml'
Recording test results
But there is no feedback in the DotCI UI. The only way to check the tests results is go-to-the-build->More...->test result .
Is there a way to have a feedback in the UI? (like a timeline of the tests results)
system:
Ubuntu 14.04
Jenkins 1.652
DotCI 2.33.0
DotCi-Plugins-Starter-Pack 1.8.2
Thanks
The text was updated successfully, but these errors were encountered: