Skip to content

Instantly share code, notes, and snippets.

@mpahuja
Last active September 24, 2019 16:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mpahuja/c6516ed001d3099d48fb1712174cbac1 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 = "abc@abc.com"
}
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