Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit e78a9ed

Browse files
author
Sebastian Krawczyk
authored
Update README.md
1 parent 47d8be2 commit e78a9ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# apps-android-testdevicemanager
55
Gradle custom plugin to setup android test devices.
66

7-
# What is it?
8-
Testdevicemanager is a custom gradle plugin written in Kotlin. It uses ```adb commands``` to get and set device information. Therefore no additional access rights for connected mobile devices are required.
7+
# Problem
8+
When running Espresso tests for your Android projects on real devices you need to setup these before the tests. Doing this manually takes time and is cumbersome.
99

10-
# What's its purpose?
11-
Testdevicemanager can be used to set up test devices for espresso ui testing.
10+
# Solution
11+
Testdevicemanager - It is a custom gradle plugin written in Kotlin. It uses ```adb commands``` to get and set device information. Therefore no additional access rights for connected mobile devices are required.
1212

1313
# Features
1414
The following things can be managed by the plugin:
1515

1616
- Locking / Unlocking the device - The device can be unlocked via pressing the power button, swiping, entering a pin or a password
1717

18-
- Disabling / Enabling animations - To make sure espresso ui tests run smoothly, animations can be deactivated in the developer options of the test device
18+
- Enabling / Disabling animations - To make sure espresso ui tests run smoothly, animations can be deactivated in the developer options of the test device
1919

2020
- Enabling / Disabling the stay awake mode - The device's stay awake mode can be activated in the developer options of the test device, to make sure that the test device does not switch of the screen during testing
2121

0 commit comments

Comments
 (0)