-
I am using the command-line scanner in a ci-pipeline. (Used version `Dependency-Check Core version 5.3.0`)
I was searching for parameter to rename the output-files, but was not able to find something…
-
```
What steps will reproduce the problem?
1. Run Gallio on C# code to produce a test report (gallio-report.xml).
2. Configure Bamboo to recognize that the build has unit tests (and therefore
produce…
-
```
What steps will reproduce the problem?
1. Run Gallio on C# code to produce a test report (gallio-report.xml).
2. Configure Bamboo to recognize that the build has unit tests (and therefore
produce…
-
Do you plan to have an adapter for dart & flutter test in the future?
As far as I know, Yandex has a couple of flutter projects)
https://dart.dev/guides/testing
https://flutter.dev/docs/testing
…
-
From: @schwern
Date: Tuesday Nov 01, 2011 at 03:01 GMT
Orig: https://github.com/Test-More/test-more/issues/158
Write a formatter which outputs the JUnit XML which Jenkins consumes. I expect it will …
-
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…
-
Dependency failures might be written in junit xml format to the target folder in order to display such failures in CI environments.
Here is the format apprently used by Jenkins: https://llg.cubic.o…
-
On my flutter project by using [junitreport][1] I am making junit report but it is XML,
flutter test --machine | tojunit --output test.xml
Now by Ant, I want to make Html from it. test.xml…
-
Here's a concrete log: https://github.com/ansible/awx/actions/runs/10871115353/job/30164548007?pr=15527#step:6:53. This is the stack:
```python-traceback
info - 2024-09-15 12:46:44,626 -- Found 2 test…
-
Hi
recently when running rlang's testing suite, I discovered an issue when combining Junit reporter, [`test_that_cli()`](https://github.com/r-lib/cli/blob/main/R/test.R) and tests skip. To illustra…