ProxymanApp / proxyman-windows-linux

Public tracker for Proxyman Windows/Linux
https://proxyman.io/
MIT License
93 stars 3 forks source link

Manual Setup #409

Open NghiaTranUIT opened 1 month ago

NghiaTranUIT commented 1 month ago

Description

We should implement the Manual Setup: https://docs.proxyman.io/automatic-setup/manual-setup

Acceptance Criteria: UI

NghiaTranUIT commented 1 month ago

How to test manually

  1. Open Proxyman -> Setup -> Manual Script -> Copy to clipboard
  2. Open Bash Terminal (WSL) -> Paste it
  3. Verify the env is loaded ✅
  4. On this terminal -> Cd to the axios folder -> npm start
  5. Verify: We can see all traffic from axios, got on Proxyman Windows with no error.
NghiaTranUIT commented 1 month ago

Unit Test