Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.1 KB

watirmark

An MVC test framework for watir-webdriver.

Build Status

Code Climate

Getting Started

Starting with watirmark is easy. We've taken advantage of code generators to give you a head start and create most of the scaffolding that we've found useful in developing tests against our own websites.

gem install watirmark
watirmark PROJECT_NAME

Running the 'watirmark' command will create a small project in the current directory. You can then make sure you're set up properly by running the generated cucumber test in /features that navigates to the home page of your application.

Documentation

Home Page: http://convio.github.com/watirmark/

Wiki: https://github.com/convio/watirmark/wiki

Copyright

Copyright (c) 2012-2013 Hugh McGowan and Bret Pettichord. See LICENSE for details.