What problem does it solve?
Mobile end-to-end tests for ledger-live-mobile are hard to write consistently: page objects, drawers, and testIDs must follow shared conventions, and flaky tests erode trust in the suite. This Skill loads the team's Detox E2E authoring rules so new specs and refactors follow the established patterns.
Core Features & Use Cases
- Spec authoring rules: Provides conventions for adding new Detox E2E specs to the mobile app.
- Page object and drawer guidance: Covers creating or refactoring page objects and drawer helpers used by tests.
- testID instrumentation: Explains how to add testIDs to product code for automation hooks.
- Flaky test remediation: Directs how to diagnose and fix unstable mobile tests.
- Use Case: When adding a new onboarding flow test, use this Skill to structure the spec, reuse existing page objects, and add the required testIDs without breaking existing conventions.
Quick Start
Ask the assistant to write a new Detox E2E spec for a ledger-live-mobile screen following the mobile e2e guidelines.