I am running unit tests using the JUnit 5 framework using gradle. The test result XML file that it generates produces
<testcase name="test_abc" classname="some.class.name" time="0.123">
However, what I am looking for is
<testcase name="test_abc" classname="some.class.name" time="0.123" my-own-attribute="somevalue"/>
Specifically, I would like the attribute that I want to add be the @DisplayName and @Tag annotations from my test cases. Is there any way to achieve this in the JUnit 5 testing framework? Else what other framework that would work with Kotlin would be able to generate such an XML test result report? Any help is much appreciated.
error: selenium.common.exceptions.TimeoutException: Message:
jetpack compose not responding to keyboard input on emulator
Hexagon Grid CSS - All hexagons change size when each of them is clicked
How to render HTML pages as PNG/JPEG images with URL array using Javascript only?
Get count of items that matches a condition from mongo db in node js
“Duplicate entry” even though the column has UNIQUE constraint
This question already has an answer here:
I have written oauth2 social client but could not fetch authorized user's friends list Please have a look at my code to see what's missing/ regards
I am currently developing an app lock and I find it difficult to detect if a certain app is launchingHow should I detect the app that is launching with their package name and intercept it?