Hi Team,
To automate the user flow, I need to send the browser traffic through a dedicated proxy then only i can access it. While manual test we pointed our browsers to dedicated proxy then only the sites can be accessible.
With HTTP script “$env:HTTPS_PROXY=“http://localhost:8888/”; k6 run script.js” it was achieved.
How to achieve this K6-broser automation ?
2 posts - 2 participants