This thread is trying to answer question "Is it feasible to perform testing on a website that's hidden behind a VPN using Playwright?"
Thank you @gram7059 . I have a couple of follow-up questions because I'm a bit new to this subject. If they were to agree to set up a proxy server, would it be as straightforward as configuring the server address, username, and password in the Playwright configuration? Would the tests work smoothly without the need for any additional setup(both on local machine and linux machines on jenkins)?
well, proxy is probably way to go, they should implement it on their side and give you url and credentials to use it, in turn you'll need to provide playwright url/credentials according to docs https://playwright.dev/docs/network#http-proxy
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].