Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Install behat upon new profile creation #15

Open
amitaibu opened this issue Nov 16, 2014 · 0 comments
Open

Install behat upon new profile creation #15

amitaibu opened this issue Nov 16, 2014 · 0 comments
Assignees

Comments

@amitaibu
Copy link

Currently on a clean installation your Behat isn't up and running. You need to download composer and install the packages.

cd @skeleton/behat
curl -sS https://getcomposer.org/installer | php
php composer.phar install
cd -

In fact, if you would ask for the the URL of the site in the process, you could execute the single behat test in the end of the profile creation in order to validate all is working.

@zero2one zero2one self-assigned this Nov 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants