-
New Feature
-
Resolution: Fixed
-
Minor
-
2.5, 2.6, 2.7.5, 2.8.3
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_29_STABLE
-
wip-mdl-39752
-
After talking with Damyon about possible approaches to speed up the tests execution, runs in parallel as Petr also commented could help a lot. This requires multiple sites to be created.
We can not keep the current simplicity as the 2nd step runs directly the behat CLI command without passing through any of our scripts, if we want to keep the 2 steps process (1.- install, 2.- run tests) we can add an extra CLI script and passthru() to vendor/bin/behat specifying which run should run which tags.
I'm adding a proof of concept to ensure there are no major issues