No commit activity in last 3 years
No release in over 3 years
Test framework based on Watir, Ruby, Git and Rspec
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
>= 0
 Project Readme

About WatirTestframework

WatirTestframework is a harness to assist with functional web application testing with WATIR.

WatirTestframework takes advantage of widely used open source technologies such as Ruby, Watir, RSpec.

It also encourages code sharing and the use of Pageobject Design patterns.

Basic components include:

  1. reporting (ie logging)

  2. utility for running tests

  3. directory structure

    • tests are expected to be in 'tests/spec/'

    • reports are in expected to be in 'reports/'

  4. Chromedriver, is included for your convenience

    • MacOSx is in 'bin/osx'

    • need to add it to $PATH

Installation

Add this line to your application's Gemfile:

gem 'watir_testframework'

And then execute:

$ bundle

Or install it yourself as:

$ gem install watir_testframework

Usage

utility 'runregress' will launch rspec. Runregress expects rspec tests to live in tests/spec directory.

example:

runregress --help

runregress --test login_spec,register_spec

runregress --test_list regression_list/smoke_test

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/watir_testframework.