cypress-ntlm-auth
cypress-ntlm-auth copied to clipboard
Not able to route to local file
Hi, I'm getting an error when trying to route to local file after using ntlm: DEBUG=cypress:plugin:ntlm-auth cypress-ntlm open
After starting, I try following:
cy.visit('./file.html');
but getting:
cypress:plugin:ntlm-auth Created agent for client 127.0.0.1:52160 to target http://localhost:52003/ +0ms cypress:plugin:ntlm-auth PROXY_TO_SERVER_REQUEST_ERROR on /file.html: Error: connect ECONNREFUSED ::1:52003 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { errno: -61, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 52003 } Destroying client socket. +1ms
Any idea on why I can't route to local file?