'cucumber cypress query > After configer with .feature file, why .js file not apper

I have configured my package.json & cypress.json & index.js as per cucumber requirement refer this link < https://github.com/TheBrainFamily/cypress-cucumber-preprocessor>

file stucture C:\Users\Ankit\CypressAutomation\cypress\integration\2-advanced-examples\BDD\ecommerce\ecommercestepdef.js & for feature file C:\Users\Ankit\CypressAutomation\cypress\integration\2-advanced-examples\BDD\ecommerce.feature

I have getting error in this:- node_modules/cypress-cucumber-preprocessor/lib/resolveStepDefinition.js:199:1

Step implementation missing for: I open ecommerce page

folder structure & feature file data from fixture

stepdeintion1

stepdefination2

plugins>indexjs

packetjson

cypressjson



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source