dylanmoerland / cypress-cucumbur-steps

Automatically generate your step definitions from feature files for [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor).
5 stars 2 forks source link

Feature Request: Ability to specify alternate generation path #4

Open theamazingfedex opened 3 years ago

theamazingfedex commented 3 years ago

It would be really great to be able to specify the path for each generated stepDefinitions file, as just dropping them into {FileName}/{FileName}.ts means I have to manually move it around in order to maintain the existing folder structure.

Ideally, I would be able to execute the command to generate the file, and would be prompted by VSCode to provide the path that I would like to save it under.