Goal: We want to continuously test that MPASS login flow works both in testing and production.
Problem: When using Sauce Labs for testing the selenium tool logs key strokes. It doesn't know it is writing key presses to input form that is a password field. For this reason based on the information available in travis-ci logs anyone can access Sauce Labs and see the password entered in testing.
At the moment Sauce Labs does not have support for hiding this information:
Even if recodLogs is set to False in selenium browser capabilities it is still possible to see the password from logs.
It is important to keep in mind now and in the future that all keystrokes are logged by Sauce Labs.
Goal: We want to continuously test that MPASS login flow works both in testing and production.
Problem: When using Sauce Labs for testing the selenium tool logs key strokes. It doesn't know it is writing key presses to input form that is a password field. For this reason based on the information available in travis-ci logs anyone can access Sauce Labs and see the password entered in testing.
At the moment Sauce Labs does not have support for hiding this information:
Even if recodLogs is set to False in selenium browser capabilities it is still possible to see the password from logs.
It is important to keep in mind now and in the future that all keystrokes are logged by Sauce Labs.