cypress-cucumber-generator READMEThis extension is in very early state and will probably have some bugs. Currently the extension only supports javascript and regex. Support for typescript and cucumber expressions will be implemented soon. If you have any questions or feature request send a mail to: patrickelfert5@gmail.com UsageOpen your feature file and use cmd + g, cmd + c on mac or ctrl + g, ctrl + c on windows You can also just select Create step definitions from the command palette FeaturesGenerate step definitions in a new js file or select an existing one from your cypress/integration folder. The extension will automatically detect allready existing step definition implementations for every file in cypress/integration and will not recreate them. RequirementsSince this extension was built to be used with the cypress-cucumber-preprocessor it will only find the js implementations in the cypress/integration folder. Known IssuesRelease Notes0.0.1Initial release of the extension with basic features |