Background - cucumber - GitHub

Updated . Posted . Visible to the public.

Background allows you to add some context to the scenarios in a single feature. A Background is much like a scenario containing a number of steps. The difference is when it is run. The background is run before each of your scenarios but after any of your Before Hooks.

Last edit
Emanuel
Keywords
cucumber, testing, rails
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2009-09-17 15:34)