Scans.gradle.com doesn't show certain types of tests

I have some types of junit test reports that aren’t picked up by scans.gradle.com. Is it possible to specify them somehow?

An example is the Karma tests, e.g. [12 08 2019 10:32:44.004:DEBUG [reporter.junit]: JUnit results written to "/home/travis/build/my-app/shared/frontend-resources/build/test-results/karma/TESTS-Edge_17.17134.0_(Windows_10.0.0).xml".

Regular tests (spock/groovy/java) show up in the Tests page, but not these karma (JS) tests.

According to a reply on the Gradle Slack only tests that use the Test task show up in the build scan.

So maybe I could create a dummy Test task that reads the other test output, and outputs it again?