vagrant-cucumber
vagrant-cucumber copied to clipboard
A Vagrant plugin to allow cucumber to work with VMs.
We use a Ruby globals to handle vagrant-cucumber's debug mode across a few contexts. We should instead use a settings class, instantiated as a singleton to handle vagrant-cucumber's global settings.
Make it easier to test and release this gem by adding Travis configs.
Tried using Docker as a vagrant provider. It breaks on: ``` Given there is a running VM called "vm1" # vagrant-cucumber-0.0.8/lib/vagrant-cucumber/step_definitions.rb:3 Rolling back VM states undefined method `has_snapshot?' for #...
Thanks for great tool, is there any word or time frame to support the vagrant-aws plugin? Is the issue holding support back the ability to do snapshots and rollback? If...