forcedotcom / SalesforceMobileSDK-Templates

BSD 3-Clause "New" or "Revised" License
52 stars 56 forks source link

Setup Native Login for UI testing. #405

Closed brandonpage closed 6 months ago

brandonpage commented 6 months ago

Because it is very easy to find and replace strings in the UI Testing framework (like your-client-id) but difficult to add full LOC from scratch at specific places in file I have made username / password login the default flow. It is impossible to UI Test Password-less login so its setup, that would otherwise cause the app to not compile, is commented out.

UI Testing PR: https://github.com/forcedotcom/SalesforceMobileSDK-UITests/pull/39