Skip to content

johfeu/vagrant-cucumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Vagrant setup for neos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%