https://github.com/gtroshin/onlineshop
UI tests for iOS/SwiftUI application using XCTest framework
https://github.com/gtroshin/onlineshop
accessibility ios swift swiftui xcode xctest
Last synced: about 1 month ago
JSON representation
UI tests for iOS/SwiftUI application using XCTest framework
- Host: GitHub
- URL: https://github.com/gtroshin/onlineshop
- Owner: gtroshin
- Created: 2019-12-21T15:22:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T20:40:18.000Z (over 6 years ago)
- Last Synced: 2025-01-23T02:09:59.912Z (over 1 year ago)
- Topics: accessibility, ios, swift, swiftui, xcode, xctest
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OnlineShop iOS app




## 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](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
- Configuration [file for GitHub Actions](.github/workflows/swift.yml).
- CI web [view is here](https://github.com/gtroshin/OnlineShop/actions).