# kolodny/safetest

Repository: https://github.com/kolodny/safetest
Canonical: https://ross.abutalabs.com/products/safetest
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2024-07-15T18:11:48+00:00

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

## Adoption (not part of the score)
Stars 1401, forks 34 (observed 2026-08-28T04:04:37.204123+00:00)

## What it is
Safetest is a TypeScript UI testing library that combines Playwright with Jest/Vitest for end-to-end and component testing of web applications. It supports React and other frameworks like Vue, Svelte, and Angular, with features like screenshot diffing, video recording, and auth hooks.

## Use cases
- run end-to-end tests on real browsers with playwright
- component test react components in a real browser
- add visual regression screenshot diffing to jest tests
- test authenticated apps with reusable auth hooks
- write browser tests using vitest in a vite project
- test nextjs application components
- record videos and traces of failing ui tests

## When to choose
- you want real-browser e2e and component tests in one library
- you already use jest or vitest and want playwright integration
- you need visual regression testing with screenshot diffs
- your team tests react, vue, svelte, or angular apps

## When to avoid
- you only need fast unit tests without a browser
- you prefer plain playwright without a test-runner integration layer
- your project does not use jest, vitest, or a compatible runner

## Facets
- artifact type: library
- maturity: active
- function: e2e-testing, testing
- domain: testing, web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: playwright, jest, vitest, react-testing, component-testing, screenshot-testing, ui-testing, nodejs

## Member repositories
- kolodny/safetest (main) score 20

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:37.204123+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-30T04:39:03.533957+00:00, confidence not recorded.
  - readme: https://github.com/kolodny/safetest (fetched 2026-08-28T04:04:37.204123+00:00, sha a47108328dc3)
  - registry_npm: https://registry.npmjs.org/safetest (fetched 2026-08-29T11:53:12.452885+00:00, sha 713fd9a3e668)
- Data as of 2026-08-30T08:39:29.467469+00:00.
