feat(time-based-sharding): updates plugin

This commit is contained in:
nuno maduro
2026-04-14 08:34:41 -07:00
parent 13c322bab3
commit 4ac14b2528
7 changed files with 455 additions and 3 deletions

View File

@ -123,6 +123,10 @@ final readonly class Help implements HandlesArguments
'arg' => '--update-snapshots',
'desc' => 'Update snapshots for tests using the "toMatchSnapshot" expectation',
],
[
'arg' => '--update-shards',
'desc' => 'Update shards.json with test timing data for time-balanced sharding',
],
], ...$content['Execution']];
$content['Selection'] = [[