# vCloud Tools Tester The integration tests for [vCloud Tools](https://github.com/alphagov/vcloud-tools) require a lot of parameters that are specific to your environment, and not ones you want to make public. vCloud tools Tester makes it easy to run the vCloud Tools integration tests using a config file. ## Installation Add this line to your application's Gemfile: gem 'vcloud-tools-tester' And then execute: $ bundle Or install it yourself as: $ gem install vcloud-tools-tester ## Usage TODO ## 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