Organize your Cucumber garden

Updated: 29 July 2011: now using lib directory

I’ve found it’s good to store all the pages and common code in a lib directory next to your features directory, so that when you do a dry-run, none of this code is loaded, which can cause problems.

You need to add the lib directory to your load path using something like:

$: << File.dirname(__FILE__)+'/../../lib'

A typical file structure (Cucumber garden) would look something like this:

Watir Day 2011: Propose a talk, be a sponsor, buy a ticket (soon)

The planning for the Watir Day 2011 in San Francisco on Sunday April 3rd is progressing well.

Propose a Talk

You can propose a 30 minute talk from now until Sunday 27th February 2011 using the online form. Speakers will be notified and announced within a week of the closing date.

Be a Sponsor

Your company can now register to be a sponsor of Watir Day 2011 which costs only $175, and includes four tickets valued at $200. How cool is that!

Buy a Ticket (soon)

Tickets for Watir Day 2011 will be $50 each, and will be available in the next week or so on Eventbrite. But in the meantime, convince your boss to be a sponsor, it’s cheaper per ticket!

Stay Tuned

This blog will be updated as soon as we have more information available about Watir Day 2011. Hope to see you there!