Reproduction for #771
An example use case that reproduces cucumber/common#771. The file nested.feature
has valid Gherkin while the file buckets.feature
is empty.
The following usages of cucumber fail with or without the --tags
option. These all load the empty file features/api/buckets.feature.
cucumber
cucumber --tags @sometag
cucumber features/api/
cucumber features/api/buckets.feature
cucumber --exclude features/api/buckets.feature
cucumber features/subdirectory/nested.feature
cucumber features/subdirectory/nested.feature --tags @sometag
cucumber
cucumber --tags @sometag
cucumber features/api/
cucumber features/api/buckets.feature
cucumber --exclude features/api/buckets.feature
cucumber features/subdirectory/nested.feature
cucumber features/subdirectory/nested.feature --tags @sometag