Detox icon indicating copy to clipboard operation
Detox copied to clipboard

Gray box end-to-end testing and automation framework for mobile apps

Results 292 Detox issues
Sort by recently updated
recently updated
newest added

### What happened? Installed as per guide, went to run `detox test` and I get: ``` user@mymac awesomeproject % detox test 17:16:34.833 detox[48462] INFO: [test.js] DETOX_REPORT_SPECS=true DETOX_START_TIMESTAMP=1656951394826 DETOX_USE_CUSTOM_LOGGER=true jest --config...

type: bug 🐞
🏚 stale
status: triage

### What happened? I've setup my project using the [compiling dependency option](https://github.com/wix/Detox/blob/master/docs/Introduction.Android.md#setting-detox-up-as-a-compiling-dependency). I've got the test build and debug builds working. When I run `yarn detox test -c android`, the...

type: bug 🐞
🏚 stale
platform: android
status: triage

### Description I've a question about how to write better tests, in unit tests we usually test every component alone, and therefore, we have one test closure by scenario we...

user: need help

## Description This is a meta-PR to put miles with all the planned major and breaking changes and roll them out when ready. ## Implemented: - [x] https://github.com/wix/Detox/issues/2469 - [x]...

type: enhancement ⚡️
📌 pinned
status: accepted
cat: maintenance

### What happened? In at least the last 2 release (probably more), Docusaurus (Detox website) publishing keeps failing due to some technical reasons related to our CI script, even though...

type: bug 🐞
domain: ci
status: accepted
cat: maintenance

AppWillTerminateWithError as a response to isReady action conceals the crash error message ### What happened? See the sequence of network requests in the logs and re-read the description. Looks like...

type: bug 🐞
platform: android
status: accepted

Add action started + ended events, and: * Add code line number (relative to the test's code). * Distinguish between actual interaction time and the total action time [when app...