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

BDD: Parameterized background is not working in qaf-cucumber #1

Closed
AkshataShirol opened this issue Jan 24, 2020 · 0 comments
Closed

Comments

@AkshataShirol
Copy link

AkshataShirol commented Jan 24, 2020

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: .....
  1. Run using Cucumber runner, its not taking the value of
  2. Its not working with external data file and examples.

Expected behavior
Should take the value from external data file or <examples> in background

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant