google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

JUnit5 resource matching results in inconsistent exceptions #104

Open incident-recipient opened 1 month ago

incident-recipient commented 1 month ago

Preconditions:

Steps to Reproduce:

Use *.feature to match files

Expected Results:

The parsers each execute on what they're able to, ignoring everything else

Actual Results:

Exception with error about empty test specifications. While it is true some files are completely unrecognized, if the feature files are explicitly both listed the framework operates without issue which should be functionally equivalent to *.feature.