Robo tasks for Codeception tests parallel execution. Requires Robo Task Runner
"codeception/robo-paracept":"@dev"
Include into your RoboFile
<?php
require_once 'vendor/autoload.php';
class Robofile extends \Robo\Tasks
{
use \Codeception\Task\MergeReports;
use \Codeception\Task\SplitTestsByGroups;
}
?>
Parallel execution of Codeception tests can be implemented in different ways. Depending on a project the actual needs can be different. Thus, we are going to prepare a set of predefined tasks that can be combined and reconfigured to fit needs.
Loads tests from a folder and distributes them between groups.
Mergex several XML reports