Skip to content

Commit f75b061

Browse files
Add script to validate proxy connection (#9)
* Add script to validate proxy connection * Bump up the version
1 parent 1ebef27 commit f75b061

9 files changed

Lines changed: 240 additions & 294 deletions

File tree

docs/certificate-installation.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,20 @@
1515
4. Make sure the installed certificate is displayed under `User` section of `Trusted Credentials` settings.
1616

1717
<img src="./ca_install_steps.gif">
18+
19+
5. Install the plugin by running the command
20+
21+
```shell
22+
appium plugin install --source=npm appium-interceptor-plugin
23+
```
24+
6. To Make sure your setup is working connect your android device/emulator to your machine and run the below command
25+
26+
```shell
27+
appium plugin run appium-interceptor test-connection
28+
```
29+
30+
A new browser session will be started in the mobile and you should see the below page opened
31+
32+
<img src="./test-connection.gif">
33+
34+
If you see any errors then retry from step 1 or you can raise an issue with the screeshot and we will guide you with the next steps.

docs/test-connection.gif

951 KB
Loading

package-lock.json

Lines changed: 77 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)