cometchat-ios-testing

Installation
SKILL.md

Purpose

Testing patterns for iOS CometChat integrations. XCTest (built-in) for unit + integration; SnapshotTesting (Pointfree) for visual regression; XCUITest for full-flow UI tests on the simulator.

Read these other skills first:

  • cometchat-ios-core — init, login, Secrets pattern
  • cometchat-ios-components — what each VC does (tests assert against this)
  • cometchat-ios-calls/references/callkit-and-pushkit.md — CallKit testing strategy (different from chat)

Ground truth:


1. Test target structure

A typical iOS project has three targets:

Installs
2
GitHub Stars
36
First Seen
May 29, 2026
cometchat-ios-testing — cometchat/cometchat-skills