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: 3 months ago
JSON representation
A simple watir webdriver setup for running front end tests with MiniTest
- Host: GitHub
- URL: https://github.com/phawk/watir-test-runner
- Owner: phawk
- Created: 2012-08-24T08:46:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-29T10:50:57.000Z (about 13 years ago)
- Last Synced: 2025-02-05T21:55:17.807Z (5 months ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.