Well, i use Cucumber and Watir, and what you need is simple, read about that here: https://github.com/cucumber/cucumber/wiki/Calling-Steps-from-Step-Definitions
On Wednesday, June 14, 2017 at 7:06:28 PM UTC+3, 江南 wrote: > > Hi, > > I am using Ruby Watir and I want to call a sequence of steps within a > method is there a way to call them without specify them individually in a > method? > > e.g. > step 'Given I am on the page' > step 'And I select an item' > > > > Thanks > -- -- 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/d/optout.
