Skip to content

Commit

Permalink
Merge pull request #4498 from ace-n/patch-1
Browse files Browse the repository at this point in the history
docs(troubleshooting): suggest double-checking NetworkSecurityConfig if app won't load
  • Loading branch information
asafkorem authored May 30, 2024
2 parents 09096fb + dcf3cf1 commit 5d75d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/troubleshooting/running-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This can be a result of various reasons. It is generally up to you to debug and
- You might have forgotten to run `device.launchApp()` in the beginning of your test.
- The app might have crashed before Detox has had a chance to connect to it. To get the crash details, you can run Detox tests with `--record-logs all` CLI option and then inspect the device logs in the artifacts' folder.
- **On Android**, there might be a problem with the native test code in the `DetoxTest.java` file. Revisit the [associated section](../introduction/project-setup.mdx#step-4-additional-android-configuration) in the setup guide.
- **On Android**, your `Network Security Config` may not be recognized. Revisit the [associated section](../introduction/project-setup.mdx#43-enabling-unencrypted-traffic-for-detox) in the setup guide.

### If you _do_ see your app running on the device

Expand Down

0 comments on commit 5d75d2c

Please sign in to comment.