Skip to content

UI tests for iOS/SwiftUI application using XCTest framework

Notifications You must be signed in to change notification settings

gtroshin/OnlineShop

Repository files navigation

OnlineShop iOS app

Swift 5.1 Xcode 11 SwiftUI Support CI Status

Requirements

  • iOS 13.2+
  • Xcode 11.2+
  • Brew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Make: brew install make

Run Tests

Before running tests via command line, check destination in Makefile and that runtime and simulator are available on your Mac by running instruments -s devices.

Command line:

make test

Or simply open Xcode and run tests via Test Navigator.

Pro tip: Use Clone or download button in GitHub Web and select Open in Xcode.

CI

About

UI tests for iOS/SwiftUI application using XCTest framework

Topics

Resources

Stars

Watchers

Forks