Skip to content

Testing

yonaries edited this page Mar 7, 2026 · 1 revision

Testing

Run Tests in Xcode

Use Product > Test on the ora scheme.

Run Tests from the CLI

xcodebuild test -scheme ora -destination "platform=macOS"

Expectations

  • New features should include appropriate coverage
  • Existing tests should continue to pass
  • Changes should build cleanly

Related

Clone this wiki locally