3 final class MapUITestsLaunchTests: XCTestCase {
5 override class var runsForEachTargetApplicationUIConfiguration: Bool {
9 override func setUpWithError() throws {
10 continueAfterFailure = false
14 func testLaunch() throws {
15 let app = XCUIApplication()
18 // Insert steps here to perform after app launch but before taking a screenshot,
19 // such as logging into a test account or navigating somewhere in the app
21 let attachment = XCTAttachment(screenshot: app.screenshot())
22 attachment.name = "Launch Screen"
23 attachment.lifetime = .keepAlways