-
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 junit.xml file is not generated and thus I cannot report the results back to wp.org
```bash
root@host50:/var/home/user/wp-tests/phpunit-test-runner# php report.php
Environment variables pass ch…
-
> The JUnit XML files generated by meson are not parsed: https://github.com/jluebbe/rauc/pull/4#issuecomment-2348679752
>
> In the web dashboard tab for tests, "No test results found for this branch"…
-
Our test results in JUnit format are saved into JIRA tickets to keep track of the tests executed on our applications.
Currently, the "name" attribute of the XML tag "testcase" contains the goss com…
-
http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports
-
This is my junit file:
`
`
This is my feature file:
`#Auto generated Octane revision tag
@BSPID40002REV0.2.0
F…
-
Currently, we run a bunch of tests on the moby/moby codebase for each PR and against the master branch of the repo after a PR is merged, but the results of the tests are in approximately [400KB of pla…
-
#### get the same xml report as phpunit
Hello I am trying to get the same output as phpunit but `--phpunit-xml` and `--xml` are different of `phpunit --log-junit`
the example bellow are for the …
-
Junit XML is used a lot of placed (namely gitlab ci)
https://github.com/ota4j-team/open-test-reporting?tab=readme-ov-file#hierarchical-format
-
```
Hello,
I would like to submit you a bunch of changes:
- adds a trick to prevent tested scripts to prematurely exit,
- fixes a typo in docbookPrep.sh,
- translates output report format to jU…