I hope to find a solution here 🙂
My UI autotests using Playwright have stopped working,but they work on other laptops. I’m encountering the following exception:
com.microsoft.playwright.PlaywrightException: Error {
message=’net::ERR_CONNECTION_RESET at https://example.com/loginCaused by: com.microsoft.playwright.impl.DriverException: Error {
message=’net::ERR_CONNECTION_RESET at https://example.com/login
logs ===========================
navigating to “https://example.com/login”, waiting until “load”
I’ve tried to run my test on other laptops with the exact same branch, and it worked well. Additionally, I’ve tried rebuilding my project, restarting my laptop, attempting manual access to my site (which worked), and changing networks
Paul Sergeev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.