AppiumTestDistribution / appium-interceptor-plugin

Appium 2.0 plugin to mock api calls for android apps
27 stars 11 forks source link

Error: Android 14 CA certifcate installed testing connection fails #29

Closed ygarg465 closed 5 months ago

ygarg465 commented 5 months ago

Describe the issue After manually copying and installing CA certificate on Android Emulator. And running this command appium plugin run appium-interceptor test-connection. I am getting image but on the emulator I am getting this

How do we solve this ?

Device Information OS: Android Version: API 34 (Android 14) Device: Pixel 7 Pro

sudharsan-selvaraj commented 5 months ago

@ygarg465 Looks like the setup is working on the device. The errors that you are getting on the console are expected and you can ignore them.

ygarg465 commented 5 months ago

@ygarg465 Looks like the setup is working on the device. The errors that you are getting on the console are expected and you can ignore them.

This means that this is not the reason for failing to intercept the requests in tests.

Then I should file another issue for that.

sudharsan-selvaraj commented 5 months ago

@ygarg465 If there is any issue with intercepting, please do share the code you are using and any logs that can help us debug the issue.

ygarg465 commented 5 months ago

@sudharsan-selvaraj Yes I am creating a new issue with details and closing this one