tuev

In a nutshell

tuev is a little helper program that makes it easy to run qunit-tests using Seleinum.

Why do you want this?

It makes it possible to start qunit test from a script and evaluate by the return code whether tests pass or not. Combine it with … and you have CI-able testing for qunit tests

Kickstart

Basic installation

Install gem with

gem install tuev

or, if you use bundler for your project, add the line

gem 'tuev'

to your Gemfile.

Rakefile integration

If you want to use tuev's rake tasks, add

require 'bundler/setup' # if you use bundler
require 'tuev'

to your Rakefile and call

rake -T

to get a list of available options. The first thing you want to run is

rake tuev:prepare

Usage

Command line utility

Call

tuev <qunit-html-file>

for more info, call

tuev -h

Rake tasks

Contributing to tuev

== Copyright

Copyright © 2011 kesselborn. See LICENSE.txt for further details.