chore(deps): update dependency @rstest/core to ^0.11.3#13874
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/rstest-core-0.x
branch
from
July 21, 2026 12:02
5bd2aab to
a80f45b
Compare
chenjiahan
approved these changes
Jul 21, 2026
renovate
Bot
force-pushed
the
renovate/rstest-core-0.x
branch
from
July 21, 2026 12:46
a80f45b to
ce6397d
Compare
chenjiahan
approved these changes
Jul 21, 2026
chenjiahan
enabled auto-merge (squash)
July 21, 2026 12:52
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:
^0.10.6→^0.11.3Release Notes
web-infra-dev/rstest (@rstest/core)
v0.11.3Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.11.2...v0.11.3
v0.11.2Compare Source
Highlights
Your last run now makes the next one faster
Rstest remembers how each test file did last run, and uses it two ways.
Failures come back first — no flag needed. Previously failed files now run first, so a broken test shows up at the start instead of the end. Slowest files go out first too, trimming wall-clock time on CI where workers are scarce.
Or skip the passing files with
--onlyFailures. When one change breaks several files,-fruns only what failed, so each fix-and-verify round stays short. Once nothing is failing, the next-fgoes back to the full suite instead of running nothing.npx rstest -f # onlyFailures: running 2 of 14 test files (12 deselected).See onlyFailures for details.
Rsbuild plugins can now read your Rstest config
getRstestConfiggives an Rsbuild plugin the resolved config for the environment it's building — the project's settings merged with run-level ones likepool,reporters, andshard. Useful for tailoring plugin behavior per project.See Read Rstest config in Rsbuild plugins for details.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.11.1...v0.11.2
v0.11.1Compare Source
Highlights
New Playwright integration package
This release adds
@rstest/playwright, providing Playwright-style browser automation fixtures such asbrowser,context,page,request, andserve, plus Playwright-style async assertions integrated with Rstestexpect.Rsbuild plugins can modify Rstest config
Rsbuild plugins can now use the exposed Rstest API to modify the current Rstest project config through
modifyRstestConfig, making it easier for Rsbuild ecosystem plugins to customize test behavior in a scoped and validated way.Task metadata support
Rstest now supports metadata for tests, suites, file results, and custom reporters. You can initialize metadata through
TestOptions.meta, inherit suite metadata in descendant suites/tests, update it at runtime viacontext.task.metaor hookctx.meta, and consume it from reporter hooks.Custom reporters can read the resolved metadata from case, suite, and file results:
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.11.0...v0.11.1
v0.11.0Compare Source
What's Changed
Breaking Changes 🍭
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
df4cb1cby @renovate[bot] in #1444New Contributors
Full Changelog: web-infra-dev/rstest@v0.10.6...v0.11.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ 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.