Download the PHP package dmarynicz/behat-parallel-extension without Composer
On this page you can find all versions of the php package dmarynicz/behat-parallel-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package behat-parallel-extension
Behat Parallel Extension
Intro
This extension is for an executing behat 3.x tests in parallel mode.
If you Properly integrate your app with this extension then it can be dramatically speed up your behat tests!
Features
- Displays nice progress bar :).
- Extension can cancel your tests when you hit CTRL+C.
- When you have failed tests in Parallel scenario mode then can you rerun this test with Behat option
--rerun
. - For each worker you can set environment variables.
Main modes
Behat Parallel Extension can work in two main modes:
- Parallel scenario witch can be enabled by option
--parallel
or-l
. -
Parallel feature to enable this you need use behat option
--parallel-feature
.Parallel feature option does not support's
--rerun
option.
Requirements
PHP compatibility
This Behat extension requires php 5.6
or higher.
The main reason for choosing php 5.6 is to be able to share this tool with more programmers :).
Installing Behat Parallel Extension
The most convenient way to install Behat Parallel Extension is by using Composer:
For more information about installing Composer please follow the documentation: https://getcomposer.org/download/
Install
Configuration
You can then activate and configure the extension in your behat.yml
or behat.yml.dist
.
In the array environments
you can set you environment vars for each worker.
From this environments
array depends on how much maximum you can run Workers.
If you do note set environments
array then you can run an unlimited amount of Workers.
If the environmental
array is defined, the maximum number of workers is the size of this array.
Example for maximum 4 Workers:
Example for maximum an unlimited amount of Workers:
Integration with SymfonyExtension and Symfony
To integrate this extension with SymfonyExtension and MinkExtension you need install by Composer command packages
Configure the extension in your behat.yml
or behat.yml.dist
as in this example:
In tests/bootstrap.php
for Symfony 5.3+ you need to have
Full example is available at https://github.com/Daniel-Marynicz/BehatParallelExtension-IntegrationWithSymfony-Example
Usage
Use --parallel
or -l
option for start in parallel scenario mode.
Or use --parallel-feature
to start in parallel feature mode.
Optionally you can to specify number of concurrent workers in these modes.
Examples with enabled option --colors
:
Tools and Coding standards
The extension uses the following coding standards and quality tools:
Doctrine Coding Standard
The Doctrine Coding Standard with some exceptions for php 5.6 compatibility. The Doctrine Coding Standard is a set of rules for PHP_CodeSniffer. It is based on PSR-1 and PSR-12 , with some noticeable exceptions/differences/extensions.
For more information about Doctrine Coding Standard please follow the documentation:
https://www.doctrine-project.org/projects/doctrine-coding-standard/en/latest/reference/index.html#introduction
PHPStan
PHPStan A php framework for auto testing your business expectations. PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be checked before you run the actual line.
PHPUnit
PHPUnit The PHP Testing Framework with tests in directory tests
Behat
You can find Behat tests in directory tests/fixtures and some classes for behat tests in directory tests/Behat.
All versions of behat-parallel-extension with dependencies
behat/behat Version ^3.6
symfony/process Version ^2.7.52 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
symfony/console Version ^2.7.52 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0 || ^5.0 || ^6.0 || ^7.0
symfony/serializer Version ^2.7.52 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
symfony/dependency-injection Version ^2.7.52 || ^3.0 || ^4.0 || ^4.1.12 || ^5.0 || ^6.0 || ^7.0
symfony/event-dispatcher Version ^2.7.52 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
symfony/yaml Version ^2.7.52 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0
symfony/expression-language Version ^2.7.52 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0