Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applitools/eyes-ios-hello-world
An iOS application for Applitools Eyes' ״Getting Started״ tutorial
https://github.com/applitools/eyes-ios-hello-world
Last synced: about 1 month ago
JSON representation
An iOS application for Applitools Eyes' ״Getting Started״ tutorial
- Host: GitHub
- URL: https://github.com/applitools/eyes-ios-hello-world
- Owner: applitools
- License: other
- Created: 2018-02-14T09:27:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T13:38:11.000Z (8 months ago)
- Last Synced: 2024-05-09T15:07:03.505Z (8 months ago)
- Language: Swift
- Size: 1.3 MB
- Stars: 2
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How To Get Started
To make any of Applitools SDKs (**EyesXCUI**, **EyesImages**) work, you should install it using Swift Package Manager, or manually.
# Swift Package Manager
1. In Xcode, select "File" -> "Add Packages..."
2. Enter the URL:
##### EyesXCUI
```bash
https://github.com/applitools/eyes-xcui-swift-package.git
```##### EyesImages
```bash
https://github.com/applitools/eyes-images-swift-package.git
```
3. Click "Add Package"
4. In the "Target" column, select your UI Tests target for **EyesXCUI**, or select your Unit Tests target for **EyesImages**.
5. Click "Add Package".
# Manual installation
1. Drag-and-drop EyesXCUI.framework to UI test target.2. Open project navigator, select UI tests target(where you want to work with EyesXCUI SDK). Select **Build Phases** section.
3. Select **Copy Files** phase(or create if it does not exist by tapping **+** button on the top left corner of Project Navigator).
4. Tap **+** button on **Copy Files** phase, find and add EyesXCUI.framework.
5. Change **Destination** value to *Frameworks* on **Copy Files** phase.