-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello! Thank you so much for writing this utility tool. However, I'm using Java / Scala and sometimes the file names don't match the class name. I already have the list of class names and would like to split tests using the class names. The JUnit report contains class names.
Just in case this is helpful: this is the junit report generated by scalates:
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite
errors="0" failures="0" hostname="Tanins-MacBook-Pro.local" name="framework.AddressMatcherSpec" tests="1" time="0.784" timestamp="2025-01-19T18:17:00">
<testcase
name="fuzzily matches by the address name and full address" classname="framework.AddressMatcherSpec" time="0.01">
</testcase>
</testsuite>
Please let me know if this would be something you would like to support.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels