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

Interpolate parametrized scenarios #136

Open
soywod opened this issue Jul 2, 2017 · 1 comment
Open

Interpolate parametrized scenarios #136

soywod opened this issue Jul 2, 2017 · 1 comment

Comments

@soywod
Copy link

soywod commented Jul 2, 2017

The $ in Stages method allows you to get variable tests output. It could be nice if we can have the same thing in parametrized Scenarios. For now we have in the console output :

Should be a parametrized test # 1
Should be a parametrized test # 2
Should be a parametrized test # 3
...

Using $ in Scenarios method, we could get :

Should be a parametrized test toto
Should be a parametrized test tata
Should be a parametrized test titi
...
@flegall flegall changed the title Support $ in parametrized scenarios Interpolate parametrized scenarios Jul 2, 2017
@flegall
Copy link
Member

flegall commented Oct 3, 2017

Implementation of this will rely on #154 fix

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

No branches or pull requests

2 participants