bjowes / cypress-ntlm-auth

Windows authentication plugin for Cypress
MIT License
54 stars 9 forks source link

cy.ntlm reconfiguration for host does not reset existing connections #212

Closed bjowes closed 1 year ago

bjowes commented 1 year ago

Issues with cy.ntlm not resetting existing connections for a host when the configuration for that host is replaced. A first guess is that this is related to wildcard hosts only.

bjowes commented 1 year ago

This is actually intended. No change needed, the user should call cy.ntlmReset to reset existing connections.