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 type my password with t.typeText() and use a reporter that stores action logs.
t.typeText()
I'd like sensitive data to be automatically masked. We could look at the input where you type. If it's masked, hide the value from the logs.
We may also want to introduce an option that overrides this behavior and allows for logging individual/all? sensitive values.
The text was updated successfully, but these errors were encountered:
wentwrong
Successfully merging a pull request may close this issue.
What is your Test Scenario?
I type my password with
t.typeText()
and use a reporter that stores action logs.What are you suggesting?
I'd like sensitive data to be automatically masked. We could look at the input where you type. If it's masked, hide the value from the logs.
We may also want to introduce an option that overrides this behavior and allows for logging individual/all? sensitive values.
The text was updated successfully, but these errors were encountered: