Is there a way to parameterize a feature the same thing with a scenario using scenario outline
Hello,
I was wondering if it is possible to run the tests under a certain feature using different parameters. My point is that I know there is something called scenario outline which allows running the same scenario multiple times. Is there something similar for the feature. I found this as a limitation in specflow.
0
-
If you're using the SpecFlow+ runner you can use targets in your profile to run all the tests multiple times
https://docs.specflow.org/projects/specflow-runner/en/latest/Profile/Targets.htmlWe use these in UI tests to run in multiple browsers.
You can also use the filtering to target just particular scenarios/features using tags if you need more granular control
0
Please sign in to leave a comment.
Comments
1 comment