Learner and keep getting "Step implementation missing for: I open Google page" error.
Here is my repo https://github.com/PatoDeVille/TsBDDtest.git
Checked the documentation here https://www.npmjs.com/package/cypress-cucumber-preprocessor#cypress-configuration and all seems okay.
The tutorial I am following is https://www.youtube.com/watch?v=ZM7bzu0zIT8
Also checked the problem in Cypress.io and Cucumber.io testing integration, Step implementation missing for: and the bug is still present
/package.json devDependencies
{
"browserify": "^16.2.3",
"cypress": "^7.3.0",
"cypress-cucumber-preprocessor": "^4.1.0",
"node-static": "^0.7.11",
"typescript": "^2.9.2"
}
/cypress.json
{
"testFiles": "**/*.feature"
}
/.cypress-cucumber-preprocessorrc.json
{
"nonGlobalStepDefinitions": true,
"step_definitions": "cypress/support/step_definitions/"
}
