# teamcapybara/capybara

Acceptance test framework for web applications

Repository: https://github.com/teamcapybara/capybara
Canonical: https://ross.abutalabs.com/products/capybara
Homepage: http://teamcapybara.github.io/capybara/
Language: Ruby
License: MIT
License Family: permissive
Topics: hacktoberfest
Last push: 2026-07-13T14:52:49+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 35, longevity 100
- inputs: {"age_days": 6146, "days_push": 51, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10169, forks 1471 (observed 2026-08-28T04:10:39.740668+00:00)

## What it is
Capybara is a Ruby acceptance test framework that simulates how a real user interacts with web applications. It works with multiple drivers such as Rack::Test and Selenium and automatically waits for asynchronous content to appear.

## Use cases
- write acceptance tests for a rails app
- simulate user interactions in browser tests
- test web apps with selenium from ruby
- handle asynchronous javascript in integration tests
- run end-to-end tests with rspec or minitest
- fill in forms and click links programmatically in tests

## When to choose
- you are testing a Ruby, Rails, or Rack web application
- you want user-level acceptance or integration tests with automatic synchronization
- you need a driver-agnostic testing DSL that works with Selenium or Rack::Test

## When to avoid
- your application is not written in Ruby or Rack-based
- you need raw browser automation rather than a testing framework
- you are writing unit tests rather than acceptance tests

## Facets
- artifact type: library
- maturity: stable
- function: testing, e2e-testing
- domain: testing, web-development
- platform: ruby
- tags: acceptance-testing, selenium, browser-automation, rspec, rails, web-server

## Member repositories
- teamcapybara/capybara (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:39.740668+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:19:39.790747+00:00, confidence not recorded.
  - readme: https://github.com/teamcapybara/capybara (fetched 2026-08-28T04:10:39.740668+00:00, sha 6880b0252b8e)
  - homepage: http://teamcapybara.github.io/capybara/ (fetched 2026-08-29T08:19:12.856470+00:00, sha 5b9228d513b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
