comparison SimoleonUITests/SimoleonUITests.swift @ 90:879e20d2a837

Modified schemes
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 03 Aug 2021 09:16:23 +0100
parents c3c0482640ff
children 529feb1fc8d5
comparison
equal deleted inserted replaced
89:05983a9275c1 90:879e20d2a837
23 } 23 }
24 24
25 // MARK: - Tab View 25 // MARK: - Tab View
26 func testExample() throws { 26 func testExample() throws {
27 let app = XCUIApplication() 27 let app = XCUIApplication()
28 setupSnapshot(app)
28 app.launch() 29 app.launch()
29 // Put code here 30 snapshot("01LoginScreen")
31
30 } 32 }
31 33
32 func testLaunchPerformance() throws { 34 func testLaunchPerformance() throws {
33 if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) { 35 if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
34 // This measures how long it takes to launch your application. 36 // This measures how long it takes to launch your application.