bjowes / cypress-ntlm-auth

Windows authentication plugin for Cypress
MIT License
55 stars 10 forks source link

Update readme to specify what cypress config file to modify #220

Closed dnordahl1 closed 1 year ago

dnordahl1 commented 1 year ago

It doesn't appear that cypress/support/index.js is created anymore when cypress is installed. Instead there are several other configuration files in the cypress folder: commands.ts, component.ts, and e2e.ts. So can the Readme documentation be updated to clarify where to add the ntlm import and initializing commands for the current cypress version?

bjowes commented 1 year ago

Thanks for reporting, I'll update the docs.