We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a below scenario for login
Given user login in with "" and "" example username | password Jsmith | Tiger@123
when test is run and report is generated i get below string in report user login in with "Jsmith" and "Tiger@123"
how can i hide the password and replace it with ***** in report
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a below scenario for login
Given user login in with "" and ""
example
username | password
Jsmith | Tiger@123
when test is run and report is generated i get below string in report
user login in with "Jsmith" and "Tiger@123"
how can i hide the password and replace it with ***** in report
The text was updated successfully, but these errors were encountered: