You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps that use templates are not found, for example:
When the step is defined:
β What did you expect to see?
The step be defined
π¦ Which tool/library version are you using?
node v22.8.0
cucumber-language-server 1.6.0
π¬ How could we reproduce it?
Add a step with template string, for example:
@step("The API returns status code {status_code}")defcheck_return_status_code(context, status_code):
response=context.responseassertresponse.status_code==int(
status_code
)
create a feature that uses that step
Feature: ExampleScenario Outline: ExampleThen The API returns status code 201
Check if the step is undefined
π Any additional context?
Thank you for developing this tool :) would be great if you supported this as it's 90% of my use cases
The text was updated successfully, but these errors were encountered:
π What did you see?
Steps that use templates are not found, for example:
When the step is defined:
β What did you expect to see?
The step be defined
π¦ Which tool/library version are you using?
node v22.8.0
cucumber-language-server 1.6.0
π¬ How could we reproduce it?
π Any additional context?
Thank you for developing this tool :) would be great if you supported this as it's 90% of my use cases
The text was updated successfully, but these errors were encountered: