Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): insert message "no tests found" in ui #7366

Merged

Conversation

DevJoaoLopes
Copy link
Contributor

Description

closes #7256

  • Remove progressBar when no tests found.
  • Insert message "no testes found" in UI.
no_tests_found.webm

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.

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:.

Copy link

netlify bot commented Jan 27, 2025

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit d107e4a
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/679c4e6b63a7db0008f50658
😎 Deploy Preview https://deploy-preview-7366--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 site configuration.

@DevJoaoLopes DevJoaoLopes force-pushed the feature/insert-no-tests-found-ui branch from 2f35df6 to 94e35c6 Compare February 3, 2025 00:42
Copy link
Contributor Author

@DevJoaoLopes DevJoaoLopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@DevJoaoLopes DevJoaoLopes requested a review from hi-ogawa February 3, 2025 00:45
Copy link
Contributor

@hi-ogawa hi-ogawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hi-ogawa hi-ogawa changed the title feat (ui): insert message "no tests found" in ui feat(ui): insert message "no tests found" in ui Feb 3, 2025
@hi-ogawa hi-ogawa merged commit 92da490 into vitest-dev:main Feb 3, 2025
13 checks passed
renovate bot added a commit to mmkal/expect-type that referenced this pull request Feb 3, 2025
##### [v3.0.5](https://github.com/vitest-dev/vitest/releases/tag/v3.0.5)

##### 🚀 Features

-   **ui**: Insert message "no tests found" in ui - by [@DevJoaoLopes](https://github.com/DevJoaoLopes) in vitest-dev/vitest#7366 [<samp>(92da4)</samp>](vitest-dev/vitest@92da490bd)

##### 🐞 Bug Fixes

-   Validate websocket request - by [@hi-ogawa](https://github.com/hi-ogawa) and [@AriPerkkio](https://github.com/AriPerkkio) in vitest-dev/vitest#7317 [<samp>(191ef)</samp>](vitest-dev/vitest@191ef9e34)
-   Don't toggle cli cursor on non-TTY - by [@AriPerkkio](https://github.com/AriPerkkio) in vitest-dev/vitest#7336 [<samp>(3c805)</samp>](vitest-dev/vitest@3c8050e69)
-   **vite-node**: Differentiate file url with hash and query - by [@hi-ogawa](https://github.com/hi-ogawa)  in vitest-dev/vitest#7365 [<samp>(926ca)</samp>](vitest-dev/vitest@926ca9546)

##### [View changes on GitHub](vitest-dev/vitest@v3.0.4...v3.0.5)
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.

Print "no tests found" in HTML reporter
2 participants