# argos-ci/jest-puppeteer

Run tests using Jest & Puppeteer 🎪✨

Repository: https://github.com/argos-ci/jest-puppeteer
Canonical: https://ross.abutalabs.com/products/jest-puppeteer
Language: TypeScript
License: MIT
License Family: permissive
Topics: jest, puppeteer, jest-environment, chrome, chromeless, integration-testing
Last push: 2026-03-26T23:40:00+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 74, release rhythm 40, longevity 100
- inputs: {"age_days": 3105, "days_push": 160, "days_rel": 620, "gap_med": 23.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3544, forks 287 (observed 2026-08-28T04:08:09.318421+00:00)

## What it is
jest-puppeteer is a Jest preset that integrates Puppeteer for browser-based end-to-end testing. It manages browser lifecycle and exposes a global `page` object so tests can interact with web pages using familiar Jest syntax.

## Use cases
- run end-to-end tests with jest and puppeteer
- test ui interactions in a headless chrome browser
- set up a jest preset for browser testing
- write integration tests for web applications
- automatically start and stop a dev server during tests
- add custom assertions for puppeteer pages with expect-puppeteer

## When to choose
- you already use Jest and want browser-based e2e tests
- you want minimal setup for Puppeteer-driven testing
- you need automatic server management and browser lifecycle handling
- you want TypeScript support out of the box

## When to avoid
- you use a test runner other than Jest
- you prefer Playwright's built-in test runner
- you only need unit tests without a browser
- you need non-Chromium browser coverage

## Facets
- artifact type: library
- maturity: stable
- function: testing, e2e-testing
- domain: testing, web-development, developer-tools
- platform: cross-platform
- tags: jest, puppeteer, jest-preset, browser-testing, headless-chrome, integration-testing, nodejs

## Member repositories
- argos-ci/jest-puppeteer (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:09.318421+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-29T18:34:25.677947+00:00, confidence not recorded.
  - readme: https://github.com/argos-ci/jest-puppeteer (fetched 2026-08-28T04:08:09.318421+00:00, sha ac4f3bb75309)
  - registry_npm: https://registry.npmjs.org/jest-puppeteer (fetched 2026-08-29T09:28:50.401071+00:00, sha 556dbff5d83a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
