Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete cucumber expressions and regex steps #467

Open
LukasLewandowski opened this issue Jun 8, 2023 · 0 comments
Open

Autocomplete cucumber expressions and regex steps #467

LukasLewandowski opened this issue Jun 8, 2023 · 0 comments

Comments

@LukasLewandowski
Copy link

LukasLewandowski commented Jun 8, 2023

Autocompletion is not adding inputs for data in steps.

Expected behavior
Autocompletion should add step into feature file with respecting inputs for data.
Example:
Then I am on '' page

Cucumberautocomplete part of VSCode settings:

    "cucumberautocomplete.syncfeatures": "./cypress/e2e/*.feature",
    "cucumberautocomplete.steps": ["cypress/support/step_definitions/**/*.ts"],
    "cucumberautocomplete.smartSnippets": true,
    "cucumberautocomplete.stepsInvariants": true

Step definition:
Then('I am on {string} page', (pageName: string) => {

Gherkin step line
Then I am on 'login' page

Am I missing some additional config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant