Jon Kruger
2010-Nov-03 17:04 UTC
[rspec-users] Cucumber - before scenario outline, but just one time
If I have a Background section and a Scenario Outline, the Background runs once before each example in the scenario outline. Is there a hook that before the Scenario Outline, but not before each example? Jon -- Posted via http://www.ruby-forum.com/.
David Chelimsky
2010-Nov-03 18:01 UTC
[rspec-users] Cucumber - before scenario outline, but just one time
On Nov 3, 2010, at 12:04 PM, Jon Kruger wrote:> If I have a Background section and a Scenario Outline, the Background > runs once before each example in the scenario outline. Is there a hook > that before the Scenario Outline, but not before each example?Please post Cucumber questions to the Cucumber google group: http://groups.google.com/group/cukes. Cheers, David