Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fangpenlin/3a77283c7365e5aa74ba123c0bc49d77 to your computer and use it in GitHub Desktop.
Save fangpenlin/3a77283c7365e5aa74ba123c0bc49d77 to your computer and use it in GitHub Desktop.
app = XCUIApplication()
app.launchEnvironment["MOCK_API_CLIENT"] = "true"
app.launchEnvironment["MOCK_GET_USER_ERROR_CODE"] = "402"
app.launch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment