erikgaal/pest-plugin-sharding

Pest Plugin to split tests into multiple runs

v2.0.1 2024-02-09 16:46 UTC

This package is auto-updated.

Last update: 2024-04-09 17:10:57 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.