acquia / blt-drupal-test

BLT Plugin for Drupal core and contributed testing
GNU General Public License v2.0
3 stars 7 forks source link

Acquia BLT Drupal Test

This is an Acquia BLT plugin providing integration with the Drupal core test frameworks, including PHPUnit and Nightwatch.

This plugin provides a set of commands in the tests namespace that use these frameworks to run automated tests on your Drupal site.

This plugin is community-supported. Acquia does not provide any direct support for this software or provide any warranty as to its stability.

Installation and usage

To use this plugin, you must already have a Drupal project using BLT 12 or higher.

In your project, require the plugin with Composer:

composer require acquia/blt-drupal-test --with-all-dependencies

License

Copyright (C) 2020 Acquia, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.