erikgaal/pest-plugin-sharding

Pest Plugin to split tests into multiple runs
612,049 2
Install
composer require erikgaal/pest-plugin-sharding
Latest Version:v3.0.0
PHP:^8.2
License:MIT
Last Updated:Sep 13, 2024
Links: GitHub  ·  Packagist
Maintainer: erikgaal

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.

Related Packages

pestphp/pest-plugin-agent

AI agent verification plugin for Pest

60,329 6
nekofar/pest-plugin-mock-client

Pest Plugin for Mock HTTP client

22 1
quadraecom/pest-plugin-selectors

Add CSS selector-based testing capabilities to Pest

2,035 1
pestphp/pest-plugin-type-coverage

The Type Coverage plugin for Pest PHP.

4,941,558 36