Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 931 Bytes

File metadata and controls

41 lines (25 loc) · 931 Bytes

TodoListApp

A Reminders-style to-do list application for iOS, iPadOS, and macOS built with SwiftUI.


Interview Instructions

Your task is to create UI automation tests for this application using XCUITest.

Requirements

  1. Create a comprehensive test suite covering the app's functionality
  2. Tests must pass on all three platforms:
    • macOS (any version)
    • iPhone 17 Pro (iOS 26.1)
    • iPad Mini (iPadOS 26.1)
  3. Document any bugs or issues discovered in the application as part of your submission

Running the App

  1. Open TodoListApp.xcodeproj in Xcode
  2. Select your target device
  3. Build and run (⌘R)

System Requirements

  • macOS 15.0+
  • Xcode 26.0+

Submitting your work

  • Please push your work to a branch in the repo.
  • Please create a pull request (PR).
  • Add gn-mark-n and pbellchambers as reviewers of the PR.
  • Inform the recruiter that it is ready to review.