I do not want my test application credentials to be displayed in your test logs. How do I hide it?

How to hide the test application credentials in your test logs?

Hello Dipen,

You can make use of our maskCommands capability for specifying the maskable getters and setters.

Here is an example: "lambdaMaskCommands", {"<array of values to be hidden>"}.

Here, array can contain setValues. When you pass it, it will surely hide the text sent through sendKeys command.