erikgaal/pest-plugin-sharding

Pest Plugin to split tests into multiple runs
611,636 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

milroyfraser/pest-plugin-gwt

Given When Then(GWT) Plugin for Pest

32,639 105
defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

613,940 98
ozzie/pest-plugin-nest

Nest Pest PHP tests for better organization and readability

29,499 21