Is there a straightforward way to gather informati...
# general
a
Is there a straightforward way to gather information about all tests run with pants? I have about 20 individual test files that all run in parallel. Is there a way I can get a final output of all those tests that clearly mark the number of xfails, passes, skipped, etc?
e
Are you using the junit_xml report support already?: https://www.pantsbuild.org/docs/python-test-goal#junit-xml-results I'm pretty sure there are 3rdparty tools and services that can combine many junit xml files into a single view.
👀 1
a
I did see this in the documentation but I didn’t take the initiative to look into it further because I hadn’t heard of it before (and had a natural aversion towards JUnit 😛 ). Thanks for pointing it out! I’ll take a closer look into this. Appreciate the help from this community always 🙂
h
This information is also available in-browser in BuildSense - Toolchain’s observability UI (https://toolchain.com/)
👀 1