Junitxml file flat, causes issues in GoCD? #8028
Unanswered
joshua-badger
asked this question in
Q&A
Replies: 1 comment 1 reply
-
as far as i can tell this works as intended there is no pytest builtin option atm |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe I've run into this issue on GoCD: gocd/gocd#983
When I look at my output junitxml, it's on one line. However, when I look at example xml files in documentation and other sources, the output is multilined and seems as though it would parse correctly. Is there an option I'm missing somewhere that could "pretty print" the XML out and be in multiple lines (similar to the indent option in printing json)? If not, I'm certain I can come up with a solution, but I'd love to have it work out of the box.
We're running our tests in a docker container.
Pytest 5.4.3
Python 3.8.2
What other information can I provide?
Beta Was this translation helpful? Give feedback.
All reactions