-
I'm running tests on an entire solution, as documented here:
https://devblogs.microsoft.com/dotnet/whats-new-in-our-code-coverage-tooling/
My command line looks like:
```bash
dotnet test --setti…
-
@ob @caniszczyk
We are using bluepill to run tests and at the end we are using a framework to post the results in xml in UI format.
During that process we are facing issue with GMT timestamp format…
-
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…
-
Deno 1.45.2
I have this following script in my `deno.json` file:
`{"test": "deno test -A --junit-path=./deno-test.xml"}`
It creates this `xml` file which is nice, however when I open this f…
-
Certain CI tools (CircleCI, and apparently Hudson/Jenkins) have dedicated functionality to store and display test results, but they seem to have standardized on a format that isn't currently one of ro…
-
### Problem Statement
Kyverno CLI commands ```test``` and ```apply``` don't have an option to output their results to a separate, structured file. Both always print to the terminal. ```kyverno test…
-
dorny/test-reporter fails with error when there is test failure.
Error: TypeError: stackTrace.split is not a function
below is junit.xml file
64 | await this.page.locator(this.of…
-
The tests are run with Mocha and the results are output by [mocha-junit-reporter](https://www.npmjs.com/package/mocha-junit-reporter). The XML is valid but after compressing it and importing via the w…
-
What's the license of the collected examples?
I would like to integrate them into my tool for reading and transforming unittest XML files.
I'm currently developing a Sphinx extension to render u…
-
This issue is related to #85563. The junit formatter of libtest does not produce correct XML for some doctests. Take the following as an example:
```rust
use std::marker::PhantomData;
pub…