Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit f76311e

Browse files
committed
Update README.md
1 parent d913ff8 commit f76311e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,24 @@ cd ../calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app
143143
![Contact List](/assets/calabash-firewall.png)
144144

145145
### UI Automation
146+
UI Automation is an old native solution which allows us to write UI tests using `JavaScript`.
147+
Tests are located in `ui-automation` folder.
146148

147-
TBD
149+
Run tests:
150+
```bash
151+
# Run using fastlane
152+
fastlane test_ui_automation
153+
154+
# Run manually
155+
xcodebuild -project Contacts.xcodeproj \
156+
-scheme "Contacts" \
157+
-sdk iphonesimulator \
158+
-derivedDataPath "build"
159+
build
160+
161+
cd ../ui-automation && ./run-tests.sh "../build/Products/Debug-iphonesimulator/Contacts-test.app" "iPhone 5s"
162+
```
163+
**Note:** Consider UI Tests (XCTest) solution instead of UI Automation as Apple has officially deprecated UI Automation in Xcode 7.
164+
165+
## License
166+
This project is licensed under the terms of the MIT license. See the LICENSE file.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /