Skip to content

Commit

Permalink
feature=release_preparations_1_1_0: UI Automator boost wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk authored Feb 9, 2020
1 parent 7bafb4c commit 4a2b046
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wiki/02_Wrapper_over_UiAutomator.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kautomator: wrapper over UI Automator

**Kautomator** - Nice and simple DSL for UI Automator in Kotlin that allows to accelerate UI Automator to amazing. <br>
Inspired by [Kakao](https://github.com/agoda-com/Kakao) and [russian talk about UI Automator](https://youtu.be/bqNguUHK3SM)(thanks to Svetlana Smelchakova).
Inspired by [Kakao](https://github.com/agoda-com/Kakao) and [russian talk about UI Automator](https://youtu.be/bqNguUHK3SM) (thanks to Svetlana Smelchakova).

### Introduction
Tests written with UI Automator are so complex, non-readble and hard to maintain especially for testers.
Expand All @@ -25,9 +25,10 @@ assertEquals(uiObject.text, "Kaspresso")
```
This is an example just to input and check the text. Because we have a successful experience of Kakao using we decided to wrap UI Automator over in the same manner and called it **Kautomator**.

Another big advantage of **Kautomator** is a possibility to accelerate UI Automator. Have a glance at video below:
// todo
Why is it possible? The details are available a little bit later.
Another big advantage of **Kautomator** is a possibility to accelerate UI Automator. <br>
Have a glance at video below: <br>
// todo <br>
Why is it possible? The details are [available a little bit later](./02_Wrapper_over_UiAutomator.md#accelerate-ui-automator).

#### Benefits
- Readability
Expand Down

0 comments on commit 4a2b046

Please sign in to comment.