https://cypress.io logo
I am using cypress-cucumber-preprocessorrc.json an...
# e2e-testing
c
I am using cypress-cucumber-preprocessorrc.json and when I run my tests on the dashboard I am finding the feature file, and running my hooks (beforeeach after all) but it is not finding the individual steps. I am using the stepDefinitions property as defined in the documents. My step_definitions folder is in my cypress/e2e/step_definitions. I have tried multiple combinations even hard coding where the .js file is but it is not finding my steps. I believe the issue might have to do with the fact i am using common steps in a common.js file. Any ideas?