Last active
December 24, 2020 09:10
-
-
Save seyitcodeit/593f3a904213685092cfa3566fde7a6a to your computer and use it in GitHub Desktop.
Xcode Test Login
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func testLogin() { | |
continueAfterFailure = false | |
app = XCUIApplication() | |
app.launch() | |
wait(for: 2) | |
passLoginSalesForce() | |
wait(for: 5) | |
// after your login you cand add some methods here according to your app flow | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment