How does Circle pick up on test metadata? I’m using clojure and boot, and have it outputting junit reports to $CIRCLE_TEST_REPORTS/junit. The files are named after namespaces, not the test files, for example myapp.test.server-test.xml and the files look normal.
A test run under “Collecting Test Metadata” shows
Compressing test results...
Uploading test results...
Test results uploaded.
But Circle is still prompting me to “Set up Test Summary”. Any ideas? If is was successfully picking up the reports, would I witness different behavior? I’d really like to get this working to enable auto-parallelizaiton.