erikgaal/pest-plugin-sharding

Pest Plugin to split tests into multiple runs

Maintainers

Package info

github.com/erikgaal/pest-plugin-sharding

pkg:composer/erikgaal/pest-plugin-sharding

Statistics

Installs: 605 136

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v3.0.0 2024-09-13 11:57 UTC

This package is auto-updated.

Last update: 2026-02-13 16:27:19 UTC


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.