Hi,
Currently (since I am only starting) I have credentials for my user stored in variables as strings. So they are visible, and pushed together with code into version control system.
Is there preferred way how to hide credentials in tests, so credentials are not pushed together with code? I guess I can put them in some file and ignore the file when pushing into server. However that will not work when tests will be executed via AppCenter.
Thanks.