Describe the bug: Curly lines are displayed in the feature file even when step definitions are available and properly mentioned in the settings.json file Go to step definitions and Peek Step definitions options aren't displayed Note: I'm literally unable to get help from anywhere apart from creating an bug.
Expected behavior: User should be displayed Curly lines only for steps which doesn't have step definitions and user should be able to Go to step definitions from feature files
Settings.json file:
{
"cucumberautocomplete.steps": ["stepDefinitions/*.ts"],
"cucumberautocomplete.syncfeatures": "featureFiles/*feature",
"cucumberautocomplete.strictGherkinCompletion": true,
"cucumberautocomplete.strictGherkinValidation": true,
"cucumberautocomplete.smartSnippets": true,
"cucumberautocomplete.stepsInvariants": true,
"workbench.iconTheme": "vscode-icons",
"files.autoSave": "afterDelay",
"cucumberautocomplete.customParameters": [
]
}
Project structure:
-PROJECT NAME
-featureFiles
-features1.feature
-features1.feature
-stepDefinitions
-stepDefintions_1.ts
-stepDefintions_2.ts
-stepDefintions_3.ts
-pageObjects
-logs
-configFiles
-commonUtlities
-node_modules
-reports
-package.json
-ts-config.json
Aucun commentaire:
Enregistrer un commentaire