UI Test does not call applicationShouldTerminate on app.terminate()
Call Command + Q within a Swift UI Test to make the app call the applicationShouldTerminate function.

Written by Oscar de la Hera Gomez
First published on 11/15/2024 at 12:47
Last Updated on 11/15/2024 at 12:54

Call Command + Q within a Swift UI Test to make the app call the applicationShouldTerminate function.
SubscribeDownload Open Source ProjectTo resolve this, call the following function instead of app.terminate():
XCUIApplication().typeKey("q", modifierFlags: [.command)
Looking to learn more about SwiftUI, Swift, Swift Testing, Design and Technology?
Search our blog to learn more about Swift, SwiftUI, Swift Testing, design and technology.
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.
SubscribeContact UsVisit our BlogView our ServicesView our Work