Skip to content

Instantly share code, notes, and snippets.

@Kmohamed
Last active March 2, 2019 15:22
Show Gist options
  • Save Kmohamed/151252de781753ddb276aa797c807c26 to your computer and use it in GitHub Desktop.
Save Kmohamed/151252de781753ddb276aa797c807c26 to your computer and use it in GitHub Desktop.
override func setUp() {
continueAfterFailure = false
dynamicStubs.setUp()
app.launchEnvironment = ["BASEURL" : "http://localhost:8080", "isUITest":"true"]
continueAfterFailure = false
super.setUp()
}
override func tearDown() {
super.tearDown()
dynamicStubs.tearDown()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment