AppiumTestDistribution / appium-interceptor-plugin

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

Feature to sniff all api calls and expose a method for clients to get the list #3

Closed sudharsan-selvaraj closed 7 months ago

sudharsan-selvaraj commented 8 months ago

Currently we only support api mocking. But it would also be a great addon if we can provide the ability to sniff all api calls and generate a HAR (HTTP Archive) file or expose an api where clients can consume those details as part of the test run.