Login
From:
til.codeinthehole.com
(Uncensored)
subscribe
TIL How to use 'xmllint' to extract the failing test filenames from a JUnit-XML file — David Winterbottom
https://til.codeinthehole.com/posts/how-to-use-xmllint-to-extract-the-failing-test-filenames-from-a-junitxml-file/
links
backlinks
Roast topics
Find topics
Find it!
Pytest will generate a JUnit-XML result report when run with the --junitxml option. — can be read in 1 minute