LaunchArgument
enum LaunchArgument : String
                Arguments that UI tests can pass on launch
- 
                  
                  
Disable UI animations
Declaration
Swift
case disableAnimations - 
                  
                  
Disable waitForQuiescenceIncludingAnimationsIdle
Declaration
Swift
case disableWaitIdle - 
                  
                  
Taking screenshots with fastlane
Declaration
Swift
case takingScreenshots - 
                  
                  
Launched by UI tests
Declaration
Swift
case uiTesting 
            View on GitHub
          
      LaunchArgument Enumeration Reference