Quick/Quick
The Swift (and Objective-C) testing framework. observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 83
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4473
- days_rel: n/a
- days_push: 107
- n_releases_24m: 0
Adoption not part of the score
9827 stars · 896 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Quick is a behavior-driven development (BDD) testing framework for Swift and Objective-C, inspired by RSpec, Specta, and Ginkgo. It lets developers write expressive spec-style tests with describe/it/context blocks and pairs with the Nimble matcher framework.
Use cases
- write BDD-style tests in Swift
- test iOS apps with describe/it specs
- replace XCTest assertions with readable expectations
- structure unit tests with example groups and contexts
- test Objective-C code with a modern spec framework
When to choose
- you prefer RSpec-style BDD syntax over XCTest
- you want readable, expressive test expectations via Nimble
- you develop iOS, macOS, or tvOS apps in Swift or Objective-C
When to avoid
- you want to stick with plain XCTest without extra dependencies
- your project is not in the Apple/Swift ecosystem
- you need a cross-platform testing framework outside Apple platforms
Facets
library · maturity stable
testing testing mobile-development developer-tools bdd rspec-inspired nimble cocoapods objective-c unit-testing swift ios macos
2 sources
- readme: https://github.com/Quick/Quick · fetched 2026-08-28 · aad750bb0007
- homepage: http://quick.github.io/Quick/ · fetched 2026-08-29 · 528f4de004ff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Quick/Quick | main | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem