Since this is purely cucumber question, you will get better support at their mailing list. It is hard to give advice without seeing more of the code. Ideally, every scenario is a world for itself, and knows how to set up everything needed for it to run (logging in, for example). If you set up scenarios like that then "cucumber -f rerun" will do the job just fine.
Željko On Tue, Mar 26, 2013 at 11:38 AM, Alex Shtayer <[email protected]> wrote: > Thanks Željko, but I knew about that. Sorry, but I formed my question not > in right way. > > cucumber -f rerun statement will create only list of failed test cases, > but I need to be able to configure that process, for example add > initialization step (e.g. login into app) to that list. > > Proposed solution just perfect and what I actually needed except mentioned > thing. Could we use tags or something for this purpose to say always put > some steps to that rerun file? > > > -- > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Watir General" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
