We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In kwd scenarios currently it displays stepname in resport instead of formatted description. For example,
SCENARIO|GoogleSearch|{"description":"Search Google","groups":["P1","SMOKE"]} get|["http://www.google.com"]| sendKeys|["qmetry","txt.search.loc"]| click|["btn.search.loc"]| verifyLinkWithPartialTextPresent|["qmetry"]| END||
Currently steps displays in report is
get sendKeys click verifyLinkWithPartialTextPresent
which is not readable as bdd scenarios, and user cannot see any arguments here.
It should be like this.
get 'http://www.google.com' sendKeys 'qmetry' into 'Search Input' click on 'Search Button' verify link with partial text 'qmetry' is present
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In kwd scenarios currently it displays stepname in resport instead of formatted description.
For example,
Currently steps displays in report is
which is not readable as bdd scenarios, and user cannot see any arguments here.
It should be like this.
The text was updated successfully, but these errors were encountered: