Observing 'Error: Multiple matching step definitions for' even though there is only one step definition for the step #1097
Unanswered
gurupreeth6
asked this question in
Q&A
Replies: 1 comment
-
You need to provide a minimal, reproducible example issues that illustrates the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seeing the below error:
Error: Multiple matching step definitions for: {Step Name} at Registry.resolveStepDefintion (node_modules/@badeball/cypress-cucumber-preprocessor/dist/registry.js:107:0) at Registry.runStepDefininition (node_modules/@badeball/cypress-cucumber-preprocessor/dist/registry.js:128:0) at Object.fn (node_modules/@badeball/cypress-cucumber-preprocessor/dist/browser-runtime.js:348:0) at runStepWithLogGroup (node_modules/@badeball/cypress-cucumber-preprocessor/dist/helpers/cypress.js:51:0) at Context.eval (node_modules/@badeball/cypress-cucumber-preprocessor/dist/browser-runtime.js:344:0)
I m observing this when there are lot of test cases. In package.json I m passing like this
cypress run --env TAGS='@regression' --browser chrome --spec cypress/e2e/BDD/*.feature
Am I doing something wrong? @badeball could you please help
Beta Was this translation helpful? Give feedback.
All reactions