AppiumTestDistribution / appium-interceptor-plugin

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

If we are running parallel Automation then it is impacting the other scripts. #41

Open Jitu1888 opened 2 weeks ago

Jitu1888 commented 2 weeks ago

Steps to reproduce:

  1. We are running 2 phones.
  2. i m changing the response code of an api to 500 but it is impacting both the scripts.

Actual : It shouldn't impact the other script