Can I set Proxy via Postman while testing? Something like this :
tests["proxy1"] = pm.setProxy("1.1.1.1:80");
tests["proxy2"] = pm.setProxy("2.2.2.2:80");
I know, that I can set proxy in postman settings, but I need exactly set proxy while testing, is that possible ?
Aucun commentaire:
Enregistrer un commentaire