Sha256: 3dda15c2f163f060a54bc823b71a7ee7b7babb24341c5653245eece2c29fd917
Contents?: true
Size: 721 Bytes
Versions: 2
Compression:
Stored size: 721 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 Please see [CONTRIBUTING.md](/CONTRIBUTING.md).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vcloud-tools-tester-2.2.0 | README.md |
vcloud-tools-tester-2.1.0 | README.md |