Skip to content

erran/cucumber-issue-771

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Failing

  • cucumber
  • cucumber --tags @sometag
  • cucumber features/api/
  • cucumber features/api/buckets.feature

Passing

  • cucumber --exclude features/api/buckets.feature
  • cucumber features/subdirectory/nested.feature
  • cucumber features/subdirectory/nested.feature --tags @sometag

Passing

  • 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

Releases

No releases published

Packages

No packages published

Languages