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
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,9 @@
11
11
12
12
## Description
13
13
14
-
*xcmonkey* is a tool for doing randomised UI testing of iOS apps.
14
+
*xcmonkey* is a tool for doing randomised UI testing of iOS apps. It's inspired by and has similar goals to [*monkey*](https://developer.android.com/studio/test/monkey) on Android.
15
15
16
-
It is inspired by and has similar goals to Android [monkey](https://developer.android.com/studio/test/monkey).
17
-
18
-
*xcmonkey* uses [idb](https://fbidb.io) as a driver that's why it's quite smart and can do a lot of things, such as taps, swipes and presses. Because *xcmonkey* has access to the screen hierarchy, it can either do things blindly (like tapping on random points) or precisely (like tapping on the existing elements).
16
+
Under the hood, *xcmonkey* uses [iOS Development Bridge](https://fbidb.io/) as a driver, that's why it's pretty smart and can do a lot of things, such as taps, swipes and presses. All that comes «pseudo-random» because it has access to the screen hierarchy, and so can either do actions blindly (like tapping on random points) or precisely (like tapping on the existing elements).
19
17
20
18
## Requirements
21
19
@@ -30,7 +28,7 @@ pip3.6 install fb-idb
30
28
gem install xcmonkey
31
29
```
32
30
33
-
If you prefer to use [bundler](https://bundler.io/), add the following line to your `Gemfile`:
31
+
If you prefer to use [*bundler*](https://bundler.io/), add the following line to your `Gemfile`:
0 commit comments