Last active
September 24, 2019 16:42
-
-
Save mpahuja/c6516ed001d3099d48fb1712174cbac1 to your computer and use it in GitHub Desktop.
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
/// Common user-specific information | |
public struct UserInfo { | |
/// Keys and values used for login smoke runs | |
public struct Login { | |
/// Email address used to test | |
public static let emailAddress = "[email protected]" | |
} | |
public struct AnotherOne { | |
public static let password = "password" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment