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
QAF-Cucumber Version 2.1.15
Steps To Reproduce 1.Create scenarios with background having parameters Ex:
Feature: Online Application Background: Given a customer "<Username>" logs in to application Scenario: .....
Expected behavior Should take the value from external data file or <examples> in background
<examples>
Actual behavior Its not taking the value when parameters are added to the background steps
Is the issue reproducible on runner? yes - Cucumber runner
NOTE: This working fine with BDD2TestFactory with parameter ${Username} in background
${Username}
The text was updated successfully, but these errors were encountered:
dcbec14
No branches or pull requests
QAF-Cucumber Version
2.1.15
Steps To Reproduce
1.Create scenarios with background having parameters
Ex:
Expected behavior
Should take the value from external data file or
<examples>
in backgroundActual behavior
Its not taking the value when parameters are added to the background steps
Is the issue reproducible on runner?
yes - Cucumber runner
NOTE: This working fine with BDD2TestFactory with parameter
${Username}
in backgroundThe text was updated successfully, but these errors were encountered: