Disable animations during UI Testing

suggest change

In a test you can disable animations by adding in setUp:

app.launchEnvironment = ["animations": "0"]

Where app is instance of XCUIApplication.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


UI Testing:
*Disable animations during UI Testing

Table Of Contents
148UI Testing
157MVVM