Hi,
If I open cypress from the project root (npx cypress open) and run a scenario (.feature file), I received the following message:

I created a repository that simulates my project structure (https://github.com/claudiunicolaa/cypress-demo).
If I open cypress from e2e directory and run a scenario, everything works fine.
How can I specify where to find the scenario steps?
Thanks!
+1. The same problem.
same here
I am getting Was unable to find a step for "Then I see "Google" in the title"
Can anyone help .. I cross-check 2-3 time all mapping (b/w feature file and .js file is fine)
Hi,
If I open cypress from the project root (./node_modules/.bin/cypress open) and run a scenario (.feature file), I received the following message:
Was unable to find step for "When I enter valid credentials"
Most helpful comment
+1. The same problem.