Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phawk/watir-test-runner
- Owner: phawk
- Created: 2012-08-24T08:46:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-29T10:50:57.000Z (over 12 years ago)
- Last Synced: 2024-10-25T01:39:08.252Z (2 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.