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

The parameter names in signature should be independent of parameter values #47

Open
sswaroopgupta opened this issue Mar 30, 2018 · 0 comments
Labels

Comments

@sswaroopgupta
Copy link
Contributor

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"

Version

Gauge version: 0.9.8.nightly-2018-03-29
Commit Hash: b79de74

Plugins
-------
html-report (4.0.4.nightly-2018-03-28)
python (0.2.6.nightly-2018-03-26)
screenshot (0.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant