Turned into a monorepo for iOS and Android
This commit is contained in:
31
ios/MagicCounterUITests/MagicCounterUITests.swift
Normal file
31
ios/MagicCounterUITests/MagicCounterUITests.swift
Normal file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// MagicCounterUITests.swift
|
||||
// MagicCounterUITests
|
||||
//
|
||||
// Created by Atridad Lahiji on 2025-12-06.
|
||||
//
|
||||
|
||||
import XCTest
|
||||
|
||||
final class MagicCounterUITests: XCTestCase {
|
||||
|
||||
override func setUpWithError() throws {
|
||||
continueAfterFailure = false
|
||||
}
|
||||
|
||||
override func tearDownWithError() throws {
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testExample() throws {
|
||||
let app = XCUIApplication()
|
||||
app.launch()
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testLaunchPerformance() throws {
|
||||
measure(metrics: [XCTApplicationLaunchMetric()]) {
|
||||
XCUIApplication().launch()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user