Welcome to the workshop repository!
GET STARTED! Have a look at the STEPS.md file for installation instructions and tasks!
$ bin/phpspec run -fpretty
$ bin/behat --suite=domain
$ bin/behat --suite=ui
$ bin/behatWhenever you get stuck or want to proceed to the next step, just follow the guide below:
$ git clean -fd && git reset HEAD . && git checkout .
$ git checkout -b workshop origin/step-01-fresh-startThis will create a new starting point for you. Just replace step-01-fresh-start with appropriate step branch name.