-
When a failing test also publishes report entries, those should be displayed.
### Expected Behavior
The junit platform `TestExecutionListener` has a method `reportingEntryPublished` which is calle…
jlink updated
1 month ago
-
### Describe the Issue
- Compiling Native Image with Groovy 5.0.0 throws an exception `Could not find target method`. See https://github.com/linghengqian/groovy-v500-graalvm-test .
### Using the lat…
-
I was giving `junit-to-ctrf` a try but seems like it cannot parse the test report.
TLDR:
```bash
$ npx junit-to-ctrf TEST-com.example.demo.DemoApplicationTests.xml -o test.json
Reading JUni…
-
### What feature do you want to see added?
JUnit 5 supports the new [Open Test Reporting](https://github.com/ota4j-team/open-test-reporting) format. The previous format is referred to in their docume…
-
#### 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 …
-
I would like to be able to send JUnit format test reports to Fern to be analyzed the same way Ginkgo tests can be analyzed.
-
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…
-
### Bug description
Using the [datadog junit upload action](https://github.com/DataDog/junit-upload-github-action), the `--git-repository-url` provided through extra-args is not changing the way the …
-
| --- | --- |
| Bugzilla Link | [468620](https://bugs.eclipse.org/bugs/show_bug.cgi?id=468620) |
| Status | ASSIGNED |
| Importance | P1 normal |
| Reported | May 28, 2015 08:36 EDT |
| Modified …
-
I am using jest-junit to create a JUnit .xml report file. This report contains information on my test suites and test cases.
However I am trying to figure out what are the tools/options to generate…