Sha256: cc2ee3027a95c9044160c3b9e7ac1d1217b3bffd218e28dfd019b0f6e9ee2bcb

Contents?: true

Size: 894 Bytes

Versions: 8

Compression:

Stored size: 894 Bytes

Contents

# vCloud Tools Tester

The integration tests for [vCloud Tools](https://github.com/gds-operations/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

## Testing

Run the default suite of tests (e.g. lint, unit, features):

    bundle exec rake

There are no integration tests for this project.

## 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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vcloud-tools-tester-2.0.0 README.md
vcloud-tools-tester-1.0.0 README.md
vcloud-tools-tester-0.3.1 README.md
vcloud-tools-tester-0.3.0 README.md
vcloud-tools-tester-0.2.0 README.md
vcloud-tools-tester-0.1.3 README.md
vcloud-tools-tester-0.1.2 README.md
vcloud-tools-tester-0.1.0 README.md