I have the following code working and I’m able to login with username and password. I am working with Cypress to login to a webapp with MSAL. In the e2e Testfile: Command.js: Imported auth.js Got credentials in authSettings.json As you can see I am able to login with the credentials which were saved as variable in the authSettings.json file. This