-
npm Obtain by installing Node.js.
-
Grunt CLI Install by running: npm install grunt-cli --global
-
Composer Install by running: curl -sS https://getcomposer.org/installer | php
-
To install dependencies, run "npm install" and "php composer.phar install" in the project directory where package.json is located.
-
Update config.json if your Drupal docroot is not located at /var/www/vhosts/dev-site.local or not accessible at http://dev-site.local.
-
Run "grunt" to execute all tests or use "grunt watch" to watch for file changes and run automatically.
Create additional Behat test features and scenarios in the features directory.