-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ngan Pham edited this page Feb 24, 2026
·
3 revisions
FixtureKit speeds up test setup by caching fixture data as SQL and replaying it quickly inside your test transactions.
- Follow Getting Started to run your first fixture end to end.
- Compare options in FixtureKit vs Alternatives.
- Choose your framework:
- Use Declaring Fixtures for named vs anonymous fixture patterns.
- Use Configuration and Adapters for behavior tuning.
- Getting Started
- FixtureKit vs Alternatives
- Declaring Fixtures
- Using Fixtures in RSpec
- Using Fixtures in Minitest
- Configuration and Adapters
- Cache Lifecycle and Performance
- Callback Hooks
- Anonymous Fixtures and Identifiers
- Multi-Database Behavior
- Troubleshooting
Signatures, defaults, and API-level contracts are maintained in-repo at docs/reference.md.