cometchat-android-v5-testing
Installation
SKILL.md
Companion skills:
cometchat-android-v5-corecovers init/login patterns you're testing;cometchat-android-v5-componentscovers component APIs to assert against.
Purpose
This skill teaches how to write and run tests against a CometChat Android integration. Covers unit tests with JUnit + Mockito/MockK, UI tests with Espresso, E2E with Maestro, and CI integration.
Use this skill when
- "Add tests for my CometChat integration"
- "How do I mock CometChat in tests?"
- "Set up E2E testing"
- "CI pipeline for chat tests"