mobile-tooling / library
Detox
Capability: Detox
Use it when
- run synchronized end-to-end tests for a React Native app
- test mobile UI flows while waiting on application idleness
What it solves
Not the fit when
- native build and simulator configuration are still required
Install
npm install --save-dev detox
Invoke
Initialize Detox, add iOS and Android build configurations, write gray-box tests, then run `detox build` and `detox test`.
Alternatives
No reviewed alternatives recorded yet.