Skip to content

Instantly share code, notes, and snippets.

@mpahuja
Created September 24, 2019 16:30
Show Gist options
  • Save mpahuja/d9b5239e542ad3c25c98f79e3113de43 to your computer and use it in GitHub Desktop.
Save mpahuja/d9b5239e542ad3c25c98f79e3113de43 to your computer and use it in GitHub Desktop.
/// 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