Project

watirmark

0.03
No release in over 3 years
Low commit activity in last 3 years
Watirmark is an MVC test framework for watir-webdriver
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2.8
~> 1.6.0
~> 0.19.1
~> 2.3.7
 Project Readme

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.

# example
gem install watirmark
watirmark my_test_project

Running the 'watirmark' command will create a small project in the current directory named my_test_project. Take a look at the files created. Sample cucumber test in /features shows how you can navigate to the home page of your project app.

# example
cd my_test_project
script/generate.rb mvc search homepage

On the command line change dir to your newly created project and run script/generate.rb mvc and provide your workflow name search and mvc basename for model view and controller files, in this example homepage. Take a look at the files generated in your project workflows directory. Type script/generate.rb help for more information.

#example
script/generate.rb mvc search/parts/widgets bigwidget

The above example creates lib/workflows/search/parts/widgets directory and mvc files.

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.