XCUITest.swift 283 B

12345678910111213141516
  1. //
  2. // XCUITest.swift
  3. // XCUITest
  4. //
  5. // Created by Вячеслав Дробков on 12.04.2026.
  6. //
  7. import Testing
  8. struct XCUITest {
  9. @Test func example() async throws {
  10. // Write your test here and use APIs like `#expect(...)` to check expected conditions.
  11. }
  12. }