This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home

Watircuke is the first automated testing tool that is truly HTML element agnostic.
1. For example, a Button on your page may have an “id”, “name” and “class” attribute.

2. Lets take the class=“watir” example.
features/sample.feature

3. Now Cucumber matches the "I click the “watir” button regular expression with the proper Watir step in the buttons.rb file.
features/step_definitions/buttons.rb








