It looks like when using NTLM authentication in a script the credentials are stored in plan text?
Example:
"@auth my_username:my_password";
Does TestCafe offer a way to encrypt or obfuscate this? I'm not looking for hard-core encryption, just a basic mechanism for internal use.
Thanks in advance