For integration with CI systems it's nice to have a report of all the tests that ran, and whether or not they passed. Currently, Flank only returns reports for tests that fail.
Provide a flag that will result in a report of all the tests that ran & their status in a JUnit xml format.
In case it is unclear, this is basically requesting the previously existing functionality of fetch-xml-files=true :)
Most helpful comment
In case it is unclear, this is basically requesting the previously existing functionality of
fetch-xml-files=true:)