Skip to content

Conversation

@userquin
Copy link
Member

@userquin userquin commented Oct 10, 2025

Description

Adding support to filter tests by project and allow sort tests by project (rn sorted by filename + project name).

supersedes #8688

NOTE: running pnpm vitest --ui from test/core using Node 24.8.0 Vitest stops working on my Windows laptop (from time to time), the process just finish without any error/feedback in the terminal, and the WebStorm terminal broken ctrl + C or arrow up/down not working:

vitest process broken error
some screenshots

test/core without projects
test/core without projects

new filter by project and sort projects in the UI
new filter by project and sort projects in the UI

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.
  • Please check Allow edits by maintainers to make review process faster. Note that this option is not available for repositories that are owned by Github organizations.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

@netlify
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit d58292e
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/68e932aa02f8380009f55f0b
😎 Deploy Preview https://deploy-preview-8689--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@userquin
Copy link
Member Author

userquin commented Oct 11, 2025

✔️ done: I need to review the numbers at explorer header when filtering by project, looks like using global data instead filtered.

@userquin userquin requested a review from sheremet-va October 12, 2025 12:23
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