Skip to content

arithmetric/drupal-testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Testing Framework

Dependencies

  1. npm Obtain by installing Node.js.

  2. Grunt CLI Install by running: npm install grunt-cli --global

  3. Composer Install by running: curl -sS https://getcomposer.org/installer | php

Getting started

  1. To install dependencies, run "npm install" and "php composer.phar install" in the project directory where package.json is located.

  2. 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.

  3. Run "grunt" to execute all tests or use "grunt watch" to watch for file changes and run automatically.

Extending

Create additional Behat test features and scenarios in the features directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published