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
Expected behavior
The parameter names in signature should be independent of parameter values
Actual behavior
The names generated for the parameter is based on the parameter value
Steps to replicate
Create a gauge-python project
Create a step Upload file <file:specs/something.txt>
Generate the implementation
The implementation has the file path mentioned in the annotation text @step("Upload file:specs/something.txt")
def upload(file:specs/something.txt):
assert False, "Add implementation code"
Expected behavior
The parameter names in signature should be independent of parameter values
Actual behavior
The names generated for the parameter is based on the parameter value
Steps to replicate
gauge-python
projectUpload file <file:specs/something.txt>
Version
The text was updated successfully, but these errors were encountered: