Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Enhance junit ouput #64

Closed
mdelapenya opened this issue Oct 30, 2019 · 2 comments · Fixed by #590
Closed

Enhance junit ouput #64

mdelapenya opened this issue Oct 30, 2019 · 2 comments · Fixed by #590
Assignees

Comments

@mdelapenya
Copy link
Contributor

Current jUnit output returns one single line of the command execution. We'd like to have a more elaborated context about the test execution, so that Jenkins traditional UI shows more information to the developer.

@mdelapenya mdelapenya self-assigned this Oct 30, 2019
@mdelapenya
Copy link
Contributor Author

I've checked that we do use Godog's native report for jUnit, so this seems the max level of information that godog shares with the tests. Not sure if it's possible to contribute/fork the project adding more to it

@mdelapenya
Copy link
Contributor Author

They released v0.11.0 https://github.com/cucumber/godog/releases/tag/v0.11.0, which adds support for jUnit in a native manner, so we do not need the magic parsing the output.

In theory, adding --format junit:result.xml to godog command will do the trick.

See cucumber/godog#331

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant