ios-testing
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
iOS/macOS Testing
Lifecycle Position
Phase 6 (Test). After code is reviewed in Phase 5. Run tests via /test or XcodeBuildMCP test_macos/test_sim.
Framework Choice
| Framework | When to Use |
|---|---|
Swift Testing (@Test, #expect) |
New test code. Preferred for modern projects. |
XCTest (XCTestCase, XCTAssert*) |
Legacy tests, UI tests, performance tests. |
Both frameworks can coexist in the same target.