Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T20:40:18.000Z (about 5 years ago)
- Last Synced: 2024-11-22T14:26:35.876Z (2 months 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
![Swift 5.1](https://img.shields.io/badge/Swift-5.1-orange.svg)
![Xcode 11](https://img.shields.io/badge/Xcode-11-orange.svg?style=flat)
![SwiftUI Support](https://img.shields.io/badge/SwiftUI-iOS-orange?style=flat)
![CI Status](https://github.com/gtroshin/OnlineShop/workflows/Swift/badge.svg)## 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).