-
It is widely accepted by CI services to integrate with their UI. I think it'd be nice. I'd like it to be used this way:
```
bundle exec erblint --format junit --output erblint.xml
```
Thanks, …
-
**Describe your feature request (if it's a technical feature)**
Output with Junit XML report formatting
This would allow native integration with Gitlab CI/CD test result reporting
**Which version…
-
Having (ant) junit (like) xml result format would allow integration with other tools, for example Jenkins (https://jenkins.io/).
Also look at other possible output formats.
Should include appropriat…
-
JUnit XML is a widely used format for encoding test results in DevOps workflows. Many tools, such as Jenkins for example, can ingest the format and display the results graphically, which can be extrem…
-
This could allow to easily integrate pytype checks in many continuous integration environments.
I found a similar issue ( https://github.com/google/pytype/issues/92) but it was resolved with CSV fo…
-
I'm getting the following error in my PR comment:
"We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format."
I'm uploading multiple files so thi…
-
I removed it before as I got confused with all the tasks we run. Teamcity reporter we use is only for istanbul and not cucumber. Currently teamcity does not display test information
-
We are looking at adding test cases as part of component readiness in sippy: https://sippy.dptools.openshift.org/sippy-ng/. The output has to be in the Junit xml format - https://pypi.org/project/juni…
-
The output produced by ScalaTest is being rejected by the Jenkins plugin that reads JUnit report files:
10:35:32 WARNING: The file '/scr/jenkins/dlhstdmsv2/workspace/DSB/aoix-ci/aofl/build/test-res…
-
This is my junit file:
`
`
This is my feature file:
`#Auto generated Octane revision tag
@BSPID40002REV0.2.0
F…