erikgaal / pest-plugin-sharding
Pest Plugin to split tests into multiple runs
Installs: 111 130
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- pestphp/pest: ^3.0.0
- pestphp/pest-plugin: ^3.0.0
Requires (Dev)
- pestphp/pest-dev-tools: ^3.0.0
README
This repository contains the Pest Plugin Sharding.
Usage
Use this plugin to split your test runs into multiple "shards". This is a useful addition to parallel
on environments with limited vertical scaling and high horizontal scaling, like GitHub Actions.
pest --shard 1/4 pest --shard-index 1 --shard-total 4
Pest is an open-sourced software licensed under the MIT license.