You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,34 @@
17
17
18
18
## Installation
19
19
20
-
### Cocoapods
20
+
To use Catbird in UI-tests you must have Catbird server and Catbird API code which allows you to communicate with the server.
21
+
22
+
| Type | Server | API code |
23
+
| ---- | ------ | -------- |
24
+
| Manual | ✅ | ✅ |
25
+
| Homebrew | ✅ | 🚫 |
26
+
| SPM | 🚫 | ✅ |
27
+
| CocoaPods | ✅ | ✅ |
28
+
29
+
### Manual
30
+
31
+
Download [catbird.zip](https://github.com/RedMadRobot/catbird/releases/latest/download/catbird.zip) archive from the [latest release](https://github.com/RedMadRobot/catbird/releases/latest) page.
32
+
33
+
### Using [Homebrew](http://brew.sh/):
34
+
35
+
Run the following command:
36
+
37
+
```
38
+
brew install RedMadRobot/formulae/catbird
39
+
```
40
+
41
+
### Using [SPM](https://www.swift.org/package-manager/):
42
+
43
+
If you have an Xcode project, open it and add Catbird Package using the following URL:
0 commit comments