Skip to content

Support class names that aren't files #9

@tanin47

Description

@tanin47

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions