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

metafilters doesn't use parameterised test data for data driven testing #10

Open
Lexijok opened this issue Sep 26, 2014 · 0 comments
Open

Comments

@Lexijok
Copy link

Lexijok commented Sep 26, 2014

I have a story with the tag
@id SRA20
and the following Example table beneath the GWT.

Given....< row > ......
When....
Then....
Examples:
|row|
|17|
|18|

when this story is ran without using metafilters it reports both runs as seperate steps in the test results however when I run using metafilter:
-Dmetafilter="+id *SRA20"
it shows a successful run of the test however it hasn't picked up any steps
image

Is there something else I need to add into the metafilter to allow it to pick up the example table to allow it to be a data driven test?

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