Repository is archived
No commit activity in last 3 years
No release in over 3 years
Tool to facilitate testing of vCloud Tools
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 12
>= 3.6
~> 0.49.1
~> 0.14.1

Runtime

~> 1.40.0
~> 1.8.1
 Project Readme

vCloud Tools Tester

The integration tests for 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.