Open
Description
Environment
- CLI: 6.2.2
- Cross-platform modules: 6.2.1
- Android Runtime: 6.2.0
- iOS Runtime: n/a
- Plugin(s):
Describe the bug && Reproduction
I'm experiencing the same issue outlined in #4119.
Run tns test android
with usesCleartextTraffic=false
, the test app shows "no reachable hosts". Setting usesCleartextTraffic=true
allows the tests to execute.
I don't want to set usesCleartextTraffic
to true with my production application, so I'm wondering how I get around this.
Expected behavior
I expect the tests to run 😄
Additional context
This was supposed to be resolved with this pull request. I see that there is an AndroidManifest.xml file in those changes, and I'm wondering if that is supposed to override the settings in my application's manifest
NativeScript/nativescript-unit-test-runner#30
Metadata
Metadata
Assignees
Labels
No labels