-
```
Gregory Kick:
Second, I'd like to get the xml reports from junit. Could the java
task that forks the test runner be changed to the junit task with a
fomatter of type xml? Was there a…
-
It would be convenient for integrating with various CI solutions if Speclj supported reporting JUnit XML
-
```
Gregory Kick:
Second, I'd like to get the xml reports from junit. Could the java
task that forks the test runner be changed to the junit task with a
fomatter of type xml? Was there a…
-
Would be awesome to optionally get a JUnit XML test report at the end.
Any suggestions as to how that could best be accomplished?
-
Whilst some of the CI systems will work natively with the default unittest-cpp XML output format, others just become a grind of fudges and XSLT. For the latter, a vanilla Junit format XML output would…
-
```
Gregory Kick:
Second, I'd like to get the xml reports from junit. Could the java
task that forks the test runner be changed to the junit task with a
fomatter of type xml? Was there a…
-
Hi,
I'm considering implementing some performance testing in my deployment pipeline, and therefore i'm considering xhprof, i'm already using it in my development environment, so it's a familiar tool …
-
Hello. I am attempting to use xray-junit-extensions for an Android project. When we enable Orchestrator, I think that each test is interpreted as an individual test plan, and so we get a separate XM…
-
```
Hello,
I would like to submit you a bunch of changes:
- adds a trick to prevent tested scripts to prematurely exit,
- fixes a typo in docbookPrep.sh,
- translates output report format to jU…
-
For my test workflow with Karate, it is necessary to merge all JUnit XML reports into a single file.
By default, Karate generates a JUnit report with the following structure for each FEATURE file:
…