detox-mobile-test

Generates Detox-based end-to-end tests for React Native apps.

19|5|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/Nir-Bhay/markups --skill detox-mobile-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detox-mobile-test
Source: https://github.com/Nir-Bhay/markups/tree/main/.agents/skills/detox-mobile-test
Command: npx skills add https://github.com/Nir-Bhay/markups --skill detox-mobile-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance and reusable patterns for end-to-end testing of React Native mobile applications using the Detox framework, ensuring robust and reliable automated testing.

Core Features & Use Cases

  • Detox Configuration: Comprehensive setup for iOS and Android emulators/simulators.
  • Test Structure & Best Practices: Demonstrates AAA pattern, Page Object Model, and synchronization strategies.
  • Element Interaction & Assertions: Covers common matchers, actions, and expectations for UI testing.
  • Debugging & CI/CD: Includes tips for debugging and integration with CI/CD pipelines.
  • Use Case: Implement automated regression tests for a new feature in a React Native app, ensuring it functions correctly across different devices and scenarios.

Quick Start

Use the detox-mobile-test skill to generate a basic E2E test structure for a React Native login screen.

Frequently Asked Questions about detox-mobile-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up end-to-end testing for a React Native app using Detox?

React Native end-to-end testing with Detox requires configuring iOS and Android emulators, defining test scripts, and establishing synchronization. This skill provides comprehensive configuration patterns to initialize a stable testing environment for your mobile automation suite.

What is the best way to structure Detox tests for maintainability?

The best way to structure Detox tests is using the AAA pattern and the Page Object Model. This skill demonstrates these strategies to organize element interactions and assertions, facilitating the creation of stable and maintainable automated test suites.

Does Detox support CI/CD integration for React Native mobile automation?

Detox supports CI/CD integration for React Native mobile automation. This skill provides expert guidance and reusable patterns for connecting your test suites to CI/CD pipelines, ensuring reliable automated regression testing across different devices and scenarios.

Why are my Detox E2E tests failing to find UI elements?

Detox E2E tests fail to find UI elements due to incorrect matchers or missing synchronization. This skill covers common matchers, actions, and expectations, alongside debugging tips to effectively resolve unstable element interaction issues.

Can I use Detox for automated regression testing on both iOS and Android?

You can use Detox for automated regression testing on both iOS and Android. This skill offers comprehensive setup for simulators and emulators, allowing you to verify new React Native features function correctly across different mobile devices and scenarios.