Skip to content

ealmiladi/cucumber-js-minimatch

Repository files navigation

Steps to reproduce

  1. Run yarn test to see that the Cucumber CLI runner successfully recognizes steps
    1. This is equivalent to cucumber-js feature/*.feature -r steps
  2. Run yarn test-fork to see that when running the Cucumber command via forking the Cucumber process in runner.js, Cucumber fails to recognize the steps.
  3. This is the issue we are facing and the failure does not happen on minimatch@3.0.4
  4. This is proved by doing the following:

Steps to resolve

  1. Add the following block to package JSON
"resolutions": {
    "minimatch": "3.0.4"
}
  1. Use yarn to force the resolution
  2. Run yarn test-fork to see that everything runs successfully and the steps are recognized.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published