⬆️ Update dependency pestphp/pest to v4.7.0#1129
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
68374d3 to
5f57873
Compare
5f57873 to
4cb0ffa
Compare
4cb0ffa to
abb45e0
Compare
abb45e0 to
b49fb2a
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.6→4.7.0Release Notes
pestphp/pest (pestphp/pest)
v4.7.0Compare Source
v4.6.3Compare Source
chore: bumps phpunit
v4.6.2Compare Source
fix: bumps phpunit, as previous versions became invalid due GHSA-qrr6-mg7r-m243
v4.6.1Compare Source
v4.6.0Compare Source
For better shard balance, Pest can distribute tests based on their actual execution time using the
--update-shardsoption. This ensures each shard takes roughly the same wall-clock time, minimizing how long your slowest CI job runs.Step 1: Generate the timing data by running your full test suite with
--update-shards:This runs all tests and records each test class's duration into
tests/.pest/shards.json. You can also combine it with--parallelto speed things up:Step 2: Commit
tests/.pest/shards.jsonto your repository. This file is human-readable and looks like this:{ "timings": { "Tests\\Feature\\Payments\\StripeCheckoutTest": 1.608, "Tests\\Feature\\Reports\\SalesReportTest": 2.105, "Tests\\Unit\\Models\\UserTest": 0.050 }, "checksum": "...", "updated_at": "2026-04-14T10:30:00+00:00" }Step 3: When you run
--shardandtests/.pest/shards.jsonexists, Pest automatically uses time-balanced distribution:The output will indicate that time-balanced sharding is active:
v4.5.0Compare Source
Announcement: x.com/enunomaduro/status/2042697927483609449
flakyand--flakyby @nunomadurotoBeCasedCorrectlyarch test assertion by @SimonBroekaert and @nunomaduro in #1455Pest.phpin stubs by @orphanedrecord in #1653toUseTraitto detect inherited and nested traits by @yondifon in #1515toExtendonlaravelpreset by @treyssatvincent in #1569laravelpreset by @bibrokhim in #1580--paralleland--teamcityarguments by restoring--teamcityfor ParaTest and fixing teamcity output concurrency by @smirok in #1615--filtermatching by @Vmadmax in #1624Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.