Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phawk/watir-test-runner

A simple watir webdriver setup for running front end tests with MiniTest
https://github.com/phawk/watir-test-runner

Last synced: 14 days ago
JSON representation

A simple watir webdriver setup for running front end tests with MiniTest

Awesome Lists containing this project

README

        

# Watir Test runner

This is a simple base for running [watir web driver](http://watirwebdriver.com/) tests using Ruby MiniTest::Unit::TestCase.

## Setup

Clone this repository

$ git clone [email protected]:craftydevil/Watir-test-runner.git

Run Bundler to install any gem dependencies

$ bundle

## Adding your first test

Create a new file inside the **functional** folder ending with `_tests.rb` and define methods to run your tests.

## Running your tests

Tests are run through the main ruby script `test_runner.rb`.

$ ruby test_runner.rb

## Disclaimer

Please be aware that using the following software is done at your own risk and Crafty Devil can not be held responsible for any system problems you might encounter if you decide to do so.