Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.35 KB

Behat

Useful Links

Installing Dependencies

$> curl -s https://getcomposer.org/installer | php
$> php composer.phar install

Running

$> bin/behat -h

Running inside Vagrant

  1. Install Vagrant.
  2. Install Berkshelf plugin for Vagrant
  3. Run vagrant up

Contributors