Ross ROSS = Recommend OSS · open-source software intelligence for agents

testing-library/vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices. observed · 2026-08-28

github.com/testing-library/vue-testing-library · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3087
  • days_rel: n/a
  • days_push: 826
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1124 stars · 111 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Vue Testing Library is a lightweight adapter on top of DOM Testing Library and @vue/test-utils that provides simple utilities for testing Vue components in a user-centric way. It encourages testing through the DOM the way users interact with apps, rather than testing implementation details.

Use cases

  • test vue components
  • write user-centric tests for vue apps
  • query dom elements by label text in vue tests
  • simulate user interactions like clicks in vue component tests
  • test vue components with vuex store and vue router
  • avoid brittle tests that depend on component internals

When to choose

  • you write Vue 2 or Vue 3 component tests and want maintainable, implementation-detail-free tests
  • you want tests that resemble real user interactions and improve accessibility
  • you already use the Testing Library family (React, Angular) and want consistent APIs in Vue

When to avoid

  • you need a test runner or assertion framework - it works with Jest/Vitest but is neither
  • you need deep access to component instances, internal state, or lifecycle methods
  • you are testing non-DOM targets like Vue Native or server-side rendering output

Facets

library · maturity maintenance

testing e2e-testing testing frontend web-development developer-tools browser vue vue3 dom-testing-library unit-testing component-testing user-centric-testing accessibility-testing nodejs javascript

10 sources

Member repositories

RepositoryRoleHealth v2
testing-library/vue-testing-librarymain23

For agents

markdown · JSON · MCP: product_card(name="testing-library/vue-testing-library")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem