Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 786 Bytes

Readme.rst

File metadata and controls

54 lines (38 loc) · 786 Bytes

Cucumber Vagrant Box

Copyright 2013, Thomas Layh <[email protected]>

Description:

Will install Cucumber headless including all required setups for the server environment.

Installation:

  1. Setup Ruby and RubyGems on your system.

2. Install Vagrant and Librarian

gem install vagrant
gem install librarian

3. Install required cookbooks

librarian-chef install

4. Add to your host file

192.168.23.7 cucumber.report

5. Run vagrant

vagrant up

6. ssh

vagrant ssh

7. update

cd [somewhere]/Tests/Cucumber/
svn up
or
git pull ...

9. run

cucumber

or for html report

cucumber --format html -o /var/www/cucumber-report/index.html
  1. open http://cucumber.report/