Many other BDD tools allow files to be discovered with a regular expression. Create a class that will locate files in a similar manner and produce a collection of URLs that can be used by a TestSpecificationFactory
There is now a TestResourceFinder interface. Currently we have a FileSystemTestResourceFinder and GlobPathMatcher implementation to recursively search the filesystem for test resources.
Many other BDD tools allow files to be discovered with a regular expression. Create a class that will locate files in a similar manner and produce a collection of URLs that can be used by a TestSpecificationFactory