This is a local virtual environment that contains ruby and cucumber setup:
- Bundler is installed so it will install all the gems within the Gemfile file. This can just be added to
- Vagrant (https://www.vagrantup.com)
- Virtual Box (https://www.virtualbox.org)
- Git (http://git-scm.com)
Clone the repo:
git clone https://github.com/LR-Training/cucumber-environment.git
From the command line, type:
vagrant up
Any files/ folders in the cucumber-environment directory is mapped to the ubuntu image in /vagrant directory. put your test files there so they can be run