You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Currently on a clean installation your Behat isn't up and running. You need to download composer and install the packages.
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.
The text was updated successfully, but these errors were encountered: