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