Hi all,

I have a situation where I need to assert against something that happens
95% of the time. For e.g

Given foo
When bar
Then the test should pass 95% of the time

I would like to repeat this particular scenario 20 times to ensure that
their is only one failure out of the 20.

I cannot see anyway bar using examples tables how to repeat a scenario. The
parameters are not changing in this situation so I do not want to add
examples tables as they would just be an implementation and not part of the
story.

Does anyone know how I could repeat a scenario or a story.

Cheers,
Mary

Reply via email to