Hi Team,
I’m a beginner to K6. Is there is way to define a proxy for the HTTP calls? Like we define a proxy on JMeter, LR, and Selenium (a configuration file). I know we can set up an environment variable on the fly ($env: HTTPS_PROXY=“localhost:8080”; k6 run test.js) to run the execution.
User Scenario:
Our application access is within a VPN. Also with the same URL with different proxy settings we access different environments.