Contributing
August 30, 2026 · View on GitHub
Thanks for considering a contribution to module-parallel-tests-plus.
Getting started
git clone https://github.com/CleatSquad/module-parallel-tests-plus.git
cd module-parallel-tests-plus
composer install
Resolving
magento/module-developerrequires a valid Magento Marketplaceauth.json(see the README's Installation section).
Running the tests
composer test
or directly:
vendor/bin/phpunit --testsuite unit
Submitting changes
- Fork the repository and create a branch from
master. - Keep changes focused — one topic per pull request.
- Add or update unit tests for any behavior change in
Console/DevTestsRunCommand.php. - Make sure
composer testpasses before opening the PR. - Describe the why of the change in the PR description, not just the what.
Reporting bugs
Open an issue at https://github.com/CleatSquad/module-parallel-tests-plus/issues with the Magento version, PHP version, the command you ran, and the full output.
Security issues
Do not open a public issue for a security vulnerability — see SECURITY.md.