<https://twitter.com/pantsbuild/status/14933463745...
# random
u
https://twitter.com/pantsbuild/status/1493346374544506888 A user recently asked, "I'm running
pants test
in CI and I want to get the list of failed test in a structured output, but also have the dynamic UI in CI. Is it possible?" It sure is!
--test-xml-dir
will output junit.xml format structured output. Enjoy. Twitter