I ran ./gradlew test --scan, but I noticed when I clock on the Tests in the Develocity site, nothing shows up. Do I have to run this through Junit test runner and produce results in that to get the tests to show up?
I recently updated with tests using spocktest from the auto-gen gradle init:
You forgot to share the build scan URL.
Was the test task maybe up-to-date?
If so, then no tests were executed and thus the build scan does not show any.