Skip to content

chore(deps): update dependency @rstest/core to v0.8.5#489

Merged
fansenze merged 1 commit intomainfrom
renovate/rstest-core-0.x
Mar 3, 2026
Merged

chore(deps): update dependency @rstest/core to v0.8.5#489
fansenze merged 1 commit intomainfrom
renovate/rstest-core-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@rstest/core (source) 0.7.00.8.5 age confidence
@rstest/core (source) ^0.7.0^0.8.5 age confidence

Release Notes

web-infra-dev/rstest (@​rstest/core)

v0.8.5

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rstest@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.3...v0.8.4

v0.8.3

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(core): align color env priority and improve agent detection by @​fi3ework in #​936
  • fix: should not load real implementation when module is mocked by @​9aoy in #​934
  • fix: should respect project's slowTestThreshold configuration by @​9aoy in #​938
  • fix(browser): avoid log out deleting virtual module by @​fi3ework in #​939
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.2...v0.8.3

v0.8.2

Compare Source

Highlights 💡
Introducing Markdown reporter for agent 🤖

Rstest automatically detects AI coding agent (Claude Code, Cursor, Codex, opencode, etc.) and switches to Markdown output — no configuration needed.

The structured Markdown format is easier for LLMs to parse and understand compared to traditional terminal output. Each failure includes a one-click repro command so agents can quickly rerun and debug individual test cases. Output is intelligently truncated to stay within context limits even when many tests fail, saving tokens and reducing cost.

For detailed configuration options, see https://rstest.rs/guide/basic/reporters#markdown-reporter.

md-reporter.mp4
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
  • docs: clarify mock behavior in vitest migration guide by @​9aoy in #​912
Other Changes
New Contributors

Full Changelog: web-infra-dev/rstest@v0.8.1...v0.8.2

v0.8.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.0...v0.8.1

v0.8.0

Compare Source

Highlights 💡

Introducing Browser mode (experimental)

Run UI tests in real browsers (Chromium / Firefox / WebKit) via Playwright — validate real rendering/layout + browser-native APIs, debug visually in the built-in UI, and iterate faster with watch-mode re-runs on source changes.

Note: Browser mode is still experimental — we’re just getting started: more providers, more framework integrations, and, AI.

cursorful-video-1768812047098.mp4

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.7.9...v0.8.0

v0.7.9

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix: coverage cannot includes parent folders by @​claneo in #​825
  • fix: Using include in coverage will cause file items to be displayed repeatedly in the report. by @​hoifong in #​822
  • fix: override globals that Fetch API relies on by @​tmkx in #​833
  • fix(browser): forever hang if playwright is not installed by @​fi3ework in #​836
  • fix: should print error correctly when worker unexpectedly exit by @​9aoy in #​837
  • fix: handle projects using extends configuration correctly by @​9aoy in #​843
  • fix: only filter experimental warnings by default by @​9aoy in #​845
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.7.8...v0.7.9

v0.7.8

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix: allow inlineSnapshot calls in each with same snapshot by @​9aoy in #​820
  • fix: should treat mjs and mts files as strict ES modules by @​9aoy in #​818
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.7.7...v0.7.8

v0.7.7

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix: cannot debug or profile child processes by @​claneo in #​800
  • fix: incorrect setup files source mapping when no isolated by @​9aoy in #​805
  • fix: coverage should show 0% when no source files are tested by @​9aoy in #​806
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.7.6...v0.7.7

v0.7.6

Compare Source

What's Changed

New Features 🎉
  • feat: always display all test cases when running a single test file by @​9aoy in #​794
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.7.5...v0.7.6

v0.7.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖

Full Changelog: web-infra-dev/rstest@v0.7.4...v0.7.5

v0.7.4

Compare Source

What's Changed

New Features 🎉
Document 📖

Full Changelog: web-infra-dev/rstest@v0.7.3...v0.7.4

v0.7.3

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.7.2...v0.7.3

v0.7.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rstest@v0.7.1...v0.7.2

v0.7.1

Compare Source

What's Changed

New Features 🎉
  • feat: support output test files in ES module format by @​9aoy in #​735
Performance 🚀
  • perf: fix sourcemap performance degradation in browser environment by @​9aoy in #​743
Bug Fixes 🐞
  • fix: should not throw error when undefined module is mocked by @​9aoy in #​740
  • fix: not exit with code 1 when unexpectedly exited during teardown by @​9aoy in #​741
Document 📖

Full Changelog: web-infra-dev/rstest@v0.7.0...v0.7.1


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@fansenze fansenze force-pushed the renovate/rstest-core-0.x branch from 89d1bde to 7197b2c Compare March 3, 2026 09:54
@renovate renovate bot force-pushed the renovate/rstest-core-0.x branch from 7197b2c to 9b11399 Compare March 3, 2026 09:56
@fansenze fansenze merged commit 97aa152 into main Mar 3, 2026
15 checks passed
@fansenze fansenze deleted the renovate/rstest-core-0.x branch March 3, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant