Project

integra

0.0
No commit activity in last 3 years
No release in over 3 years
A nice set of defaults for webapp integration tests, no matter what language your application is written in.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

~> 2.1.0
~> 0.6.0
~> 0.1.3
~> 1.4.1
~> 2.14.1
~> 1.1.0
 Project Readme

Integra

A nice set of defaults for integration tests, no matter what language your application is written in.

System requirements

Installation

Install it globally in your system:

$ gem install integra

How to use

Goto your project root and run the initializer:

$ cd ~/Projects/my-nice-project/
$ integra init localhost

Running the tests:

$ integra

Running the tests with a custom driver:

$ integra --driver=selenium

For custom gherkin language support, use the --lang= option:

$ integra init --lang=pt

+ info

Default toolset

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request