ArnaudBuchholz / ui5-test-runner

A test runner for UI5 applications enabling parallel execution of tests.
https://arnaudbuchholz.github.io/ui5-test-runner/
MIT License
19 stars 9 forks source link

Junit XML output needed #32

Closed valentin-mladenov closed 1 year ago

valentin-mladenov commented 2 years ago

HTML output is nice, but the need for Junit XML for reporting purposes in Jenkins, for example, is needed.

Either XML generation to be done runtime or from a result JSON.

ArnaudBuchholz commented 2 years ago

Hello, I am currently redesigning the whole thing and I introduced report generators. I take note to see if I can provide one that could produce such XML.

valentin-mladenov commented 2 years ago

Thank you. Can I help if needed?

ArnaudBuchholz commented 2 years ago

Thanks for the proposal, I may look for beta testers when version 2 will be ready, would you be interested ?

valentin-mladenov commented 2 years ago

We are using ui5-test-runner in our Jenkins instance. I can create a test jobs for testing the new implementation. Access to those jobs might be dificult, but I can run them and give feedback if needed.

ArnaudBuchholz commented 1 year ago

Hello @hudsonvsm !

I found this specification and it seems to be pretty straightforward. Can you confirm that it is what you are looking for ?

ArnaudBuchholz commented 1 year ago

Can you get this file and rename it to XML and confirm that it would work ? test.txt

valentin-mladenov commented 1 year ago

Hello @ArnaudBuchholz,

The test.txt looks pretty close to the truth. Thank you.

ArnaudBuchholz commented 1 year ago

Awesome, I am closing the incident and will release v2 soon (will contact you separately). If any problem occurs with the format, feel free to open a new one.