🚀 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.43
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.43.tar.gz | 120.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| auma-1.3.43-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 276.9 kB
Release files / auma-1.3.43.tar.gz
| Download URL | auma-1.3.43.tar.gz |
|---|---|
| Size | 120.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a5c33bc817792f178aa1ab025695cfa4e7ef6863a88ae1d8a2aa1e2ebb6460e4
|
|
BLAKE2b-256 checksum How to use checksums |
96ffadc8ff934789bf2e14710bf63da654623e377d91f88ccef2b3a954361034
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|
Release files / auma-1.3.43-py3-none-any.whl
| Download URL | auma-1.3.43-py3-none-any.whl |
|---|---|
| Size | 157.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
729cafda97975520db6b94316a631a03fe19d096673697173fa598b352f2e431
|
|
BLAKE2b-256 checksum How to use checksums |
9de3d4a7865842a38dd44704da9a05ef66781f1743e2a1768ec29c918af9b4ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|