Cypress-cucumber-preprocessor: Running cypress from another directory - Error: Step implementation missing for

Created on 10 Jun 2019  路  4Comments  路  Source: TheBrainFamily/cypress-cucumber-preprocessor

Hi,

If I open cypress from the project root (npx cypress open) and run a scenario (.feature file), I received the following message:
Screenshot 2019-06-10 at 23 00 56

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!

Most helpful comment

+1. The same problem.

All 4 comments

+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"

Was this page helpful?
0 / 5 - 0 ratings