PHPackages                             cleatsquad/module-parallel-tests-plus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. cleatsquad/module-parallel-tests-plus

ActiveMagento2-module[Testing &amp; Quality](/categories/testing)

cleatsquad/module-parallel-tests-plus
=====================================

Magento 2 module that enhances the dev:tests:run CLI command by enabling ParaTest parallel execution using --processes and --runner options.

1.0.0(5mo ago)32[1 issues](https://github.com/CleatSquad/module-parallel-tests-plus/issues)MITPHP

Since Nov 22Pushed 5mo agoCompare

[ Source](https://github.com/CleatSquad/module-parallel-tests-plus)[ Packagist](https://packagist.org/packages/cleatsquad/module-parallel-tests-plus)[ RSS](/packages/cleatsquad-module-parallel-tests-plus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ParallelTestsPlus
=================

[](#paralleltestsplus)

A Magento 2 extension that enhances the core `dev:tests:run` command by enabling **parallel execution** of developer tests using **ParaTest**.

This module significantly reduces execution time for static, unit, integration and integrity tests — with zero core overrides and full CI/CD compatibility.

Badges
------

[](#badges)

[![Latest Stable Version](https://camo.githubusercontent.com/9d4efb5b6bea6f1a0cec77bf87a0659d1b372298e2608ba7368cac3914d94778/687474703a2f2f706f7365722e707567782e6f72672f636c65617473717561642f6d6f64756c652d706172616c6c656c2d74657374732d706c75732f76)](https://packagist.org/packages/cleatsquad/module-parallel-tests-plus)[![Total Downloads](https://camo.githubusercontent.com/1a24c54a4e649d29f7b2f4839fcbf8c0a4ad9ce3dd9b9eb8224c6351af0f5350/687474703a2f2f706f7365722e707567782e6f72672f636c65617473717561642f6d6f64756c652d706172616c6c656c2d74657374732d706c75732f646f776e6c6f616473)](https://packagist.org/packages/cleatsquad/module-parallel-tests-plus)[![Latest Unstable Version](https://camo.githubusercontent.com/9e066b8dd2b6e390d3541c9b4682731c342c193c81c13b67e6190323e78234d4/687474703a2f2f706f7365722e707567782e6f72672f636c65617473717561642f6d6f64756c652d706172616c6c656c2d74657374732d706c75732f762f756e737461626c65)](https://packagist.org/packages/cleatsquad/module-parallel-tests-plus)[![License](https://camo.githubusercontent.com/8da59b4380f9e77ff40048d7e0ef5e825d9a8eed714cd7332767d23004d85f0f/687474703a2f2f706f7365722e707567782e6f72672f636c65617473717561642f6d6f64756c652d706172616c6c656c2d74657374732d706c75732f6c6963656e7365)](https://packagist.org/packages/cleatsquad/module-parallel-tests-plus)

---

✨ Features
----------

[](#-features)

- 🚀 **Parallel execution** of Magento developer tests.
- 🔧 Adds `--processes` to set worker count.
- 🧵 Adds `--runner` option (default: `WrapperRunner`).
- ⚙ Fully compatible with Magento’s native `--arguments` passthrough.
- 🧩 Supports all Magento test categories:
    - Static Test Suites (Default, Legacy, JS Exemplar)
    - Unit Tests (Framework + Integration Layer)
    - Integration Tests
    - Integrity Tests
- 🛡 Clean DI override of: ```
    Magento\Developer\Console\Command\DevTestsRunCommand

    ```
- 🎯 No core hacks. Safe for production and CI pipelines.

---

📦 Installation
--------------

[](#-installation)

You can install this module using Composer (recommended) or manually.

---

### 🔹 1. Install via Composer (recommended)

[](#-1-install-via-composer-recommended)

Requires Packagist entry:

```
composer require cleatsquad/module-parallel-tests-plus --dev

```

Then upgrade Magento:

```
bin/magento setup:upgrade

```

### 🔹 2. Manual installation (app/code)

[](#-2-manual-installation-appcode)

Copy the module

```
app/code/CleatSquad/ParallelTestsPlus

```

Require ParaTest

```
composer require --dev brianium/paratest

```

Then upgrade Magento:

```
bin/magento setup:upgrade

```

---

🚀 Usage
-------

[](#-usage)

### Run static tests with 8 workers

[](#run-static-tests-with-8-workers)

```
bin/magento dev:tests:run static --processes=8

```

### Run unit tests with 3 workers

[](#run-unit-tests-with-3-workers)

```
bin/magento dev:tests:run unit --processes=3

```

### Run all developer tests in parallel

[](#run-all-developer-tests-in-parallel)

```
bin/magento dev:tests:run all --processes=8

```

### Use a custom runner

[](#use-a-custom-runner)

```
bin/magento dev:tests:run static --runner=WrapperRunner

```

### Pass arguments to ParaTest/PHPUnit via Magento native `--arguments`

[](#pass-arguments-to-paratestphpunit-via-magento-native---arguments)

```
bin/magento dev:tests:run static -c" --filter=MyTest"
bin/magento dev:tests:run integration --processes 2 -c" testsuite/Magento/Catalog/Model/ResourceModel/Category/CollectionTest.php"

```

---

🤝 Support &amp; Contributions
-----------------------------

[](#-support--contributions)

Issues and pull requests are welcome.

GitHub:

---

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/cleatsquad/module-parallel-tests-plus/tags).

---

🙏 Acknowledgements
------------------

[](#-acknowledgements)

This module is powered by the excellent ParaTest project:

➡️

ParaTest enables efficient parallel execution of PHPUnit tests and is essential to the performance improvements provided by this module.

---

Authors
-------

[](#authors)

- **Mohamed El Mrabet** - *Initial work* - [mimou78](https://github.com/mimou78)

---

📜 License
---------

[](#-license)

Released under the **MIT License**.
See the `LICENSE.txt` file for full details.

© 2025 - CleatSquad ()

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance65

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75b8cb31786be9b4017a0c617eebe3a0cd3b8d039069ffad5bb5007b5510fd9d?d=identicon)[mimou78](/maintainers/mimou78)

---

Top Contributors

[![mohaelmrabet](https://avatars.githubusercontent.com/u/3817628?v=4)](https://github.com/mohaelmrabet "mohaelmrabet (8 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

testingphpunitmagento2developer-toolsparatestparallel-testingmagento-testingdev-tests-runstatic-tests

### Embed Badge

![Health badge](/badges/cleatsquad-module-parallel-tests-plus/health.svg)

```
[![Health](https://phpackages.com/badges/cleatsquad-module-parallel-tests-plus/health.svg)](https://phpackages.com/packages/cleatsquad-module-parallel-tests-plus)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.3k](/packages/phpunit-phpunit)[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[codedungeon/phpunit-result-printer

PHPUnit Pretty Result Printer

1.2k8.8M397](/packages/codedungeon-phpunit-result-printer)[spatie/phpunit-snapshot-assertions

Snapshot testing with PHPUnit

69417.9M511](/packages/spatie-phpunit-snapshot-assertions)[dg/bypass-finals

Removes final keyword from source code on-the-fly and allows mocking of final methods and classes

56426.3M454](/packages/dg-bypass-finals)[phpunit/phpunit-selenium

Selenium Server integration for PHPUnit

59610.9M150](/packages/phpunit-phpunit-selenium)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
