-
```
Vladimir had these comments:
>> I was thinking that ArchitectureRules was more like PMD or
>> FindBugs in the sense that it scans the code base and
>> outputs an XML report. And since JDepends…
-
Hi,
JUnitXML document in testsuite root element could contains skipped="numberofskippedtests" so other plugins can read this info (like jenkins) and get how many skipped tests are.
Looking into the …
-
On the new golang version 1.18 we have a new way to test, called fuzzing tests, and this return a different output. Is it possible convert this new output to junit format?
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.440.1
OS: Linux - 6.5.0-21-generic
Java: 17.0.10 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
active-di…
westy updated
6 months ago
-
Concept how the communication between micro processor and the workflow engine should work
- The workflow engine should accept commands to receive a process definition (BPMN xml), start the process,…
-
[provide a description of the issue]
##### Environment
- Operating System: MacOS Big Sur
- JDK version: openjdk8, openjdk11, openjdk17, temurin8, temurin 11, temurin 17
- Visual Studio Code …
-
Run this test code:
```kotlin
val suspendFunction : suspend () -> Unit = mock()
runBlocking {
suspendFunction.invoke()
}
runBlocking {
verify(suspendFunction).invoke()
}
```
…
-
mDNS discovery protocol does not work between implementations of Go and Javascript.
I'm trying to set up basic chat example where nodes discover each other through mDNS, looking at the examples…
-
The test is correctly displayed in the summary panel and the Icon also updates.
However when running nearest test I get this message in the output-panel:
"This test was not executed."
The test ru…
-
Hey Aaron!
Testing out Simple Slides for my presentation this weekend. Very polished overall and easy to use!
Not sure how much access you have, but my [pytest](https://simpleslides.dev/exograph…