🚀 auma
A simple, fast, and intelligent mobile automation library for Android and iOS in Python.
📦 Installation
pip install auma
🚀 Quick Start
1. Initialize a New Project
auma setup --project_folder my_mobile_tests
cd my_mobile_tests
2. Write a Simple Test
# tests/test_login.py
def test_user_login(mobile):
mobile.launch_app("com.example.myapp")
mobile.input("Username").fill("admin@example.com")
mobile.input("Password").fill("Secret123!")
mobile.button("Log In").tap()
assert mobile.is_visible("Welcome, Admin!")
3. Run Tests with PyTest
pytest tests/ -v
📄 License
Distributed under the MIT License.
Release files for auma 1.3.48
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| auma-1.3.48.tar.gz | 134.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| auma-1.3.48-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 317.1 kB
Release files / auma-1.3.48.tar.gz
| Download URL | auma-1.3.48.tar.gz |
|---|---|
| Size | 134.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
26e2fcaa33a7af83d08dc515dbe097c8932df1819ceee489606f038f6167d3a7
|
|
BLAKE2b-256 checksum How to use checksums |
78a68293fa9d97b57b160f3b4a8937770c996adc8c012916fe6867fd3de4beb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.0
|
Release files / auma-1.3.48-py3-none-any.whl
| Download URL | auma-1.3.48-py3-none-any.whl |
|---|---|
| Size | 183.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ad3ae89ab05a54b47552af3dc4b411adda77874f33c525e1bce78bb107a8ff20
|
|
BLAKE2b-256 checksum How to use checksums |
9d99b8211ef369df6db026dcc0c11b4a641ef81d751e678cd41d031e2e0eb133
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.0
|