https://cypress.io logo
Hello ! I am trying to convert monolith to app usi...
# e2e-testing
a
Hello ! I am trying to convert monolith to app using NX and my folder structure is X-e2e/src/integration/** where I have both feature file and the the step definitions(JS). I am using 9.6.0 here but every time getting "Step implementation missing for" error. Unfortunately, it's unable to find the right file. Here is my package.json configuration "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true, "stepDefinitions": "./src/integration" }, Any help would be appreciated!