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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request