-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bryan edited this page Jan 30, 2026
·
8 revisions
SpecForge is a YAML-based API testing framework for Ruby applications. Write readable test specifications, get both executable tests and OpenAPI documentation from a single source of truth.
New to SpecForge? Start here:
- Getting Started -- Installation, setup, and your first test
- Writing Tests -- Learn the blueprint structure and core patterns
- Running Tests -- CLI commands, filtering, and output options
Coming from SpecForge 0.x? The Migration Guide covers all the breaking changes and how to update your blueprints.
Once you're comfortable with the basics:
- Step Reference -- Complete configuration reference for all step options
-
Configuration -- Global settings, callbacks, and
forge_helper.rb - RSpec Matchers -- Using matchers for flexible response validation
- Found a bug or have a feature request? Open an issue
- Want to contribute? See Contributing