Download the PHP package acquia/blt-behat without Composer
On this page you can find all versions of the php package acquia/blt-behat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package blt-behat
Acquia BLT Behat
This is an Acquia BLT plugin providing integration with the Behat test framework.
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.
This plugin is provided solely as a backwards-compatible shim for customers upgrading from BLT 11. We recommend that anyone implementing new tests on a Drupal project use PHPUnit instead of Behat. PHPUnit now even supports Gherkin syntax if you prefer to preserve your human-readable Gherkin features: https://medium.com/@jonathanjfshaw/write-better-tests-by-using-behat-with-phpunit-ddb08d449b73
Installation and usage
Note: To use this plugin, you must already have a Drupal project using BLT 12 or higher.
Add this plugin
In your project, require the plugin with Composer:
composer require acquia/blt-behat
Initialize Config
Run the recipe to initialize the necessary behat files / directories.
Write Test(s)
Write at least one BLT feature and place inside the tests/behat/features directory
Run Tests
Run the tests:
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.
All versions of blt-behat with dependencies
behat/behat Version ^3.1
behat/gherkin Version ^4.6.1
dmore/behat-chrome-extension Version ^1.0.0
drupal/drupal-extension Version ^4 || ^5
jarnaiz/behat-junit-formatter Version ^1.3.2