@upendra.manike/rn-test-detox-plus
v0.1.1
Published
Stable Detox harness utilities and waitFor presets.
Downloads
10
Maintainers
Readme
@rn-test/detox-plus
Flaky Detox tests on CI.
Install
npm install @rn-test/detox-plusUsage
import { waitForStableScreen } from '@rn-test/detox-plus';
await waitForStableScreen({ timeout: 8000 });Why it matters
- Flaky Detox tests on CI.
- Designed for React Native 0.72+
- Ships with CJS/ESM/TS types for AI tooling
