cypress-ntlm-auth icon indicating copy to clipboard operation
cypress-ntlm-auth copied to clipboard

Windows authentication plugin for Cypress

Results 16 cypress-ntlm-auth issues
Sort by recently updated
recently updated
newest added

please find the below added steps followed: 1. github runner yml file : - name: Testing working-directory: ./Cypress run: | set http_proxy='http proxy url' set https_proxy='hpps proxy url' set no_proxy=localhost,...

The application I am trying to login using Cypress has both login options - Negotiate and NTLM i.e. Challenge = "Negotiate, NTLM" and cypress for some reason is unable to...

Autodetect proxy settings on Windows

I sometimes get this error causing test execution to stop. It does not always occur, and sometimes occurs on different tests. Versions: "cypress": "^11.2.0", "cypress-ntlm-auth": "^4.1.1", Any suggestions? ``` Running:...

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...