Mobile application test automation framework
Project description
Matip is an open source,test automation tool for native and hybrid apps, tested on emulators and real devices.
Supported Python Versions
Python 2.6, 2.7
Python 3.2, 3.3
Installing
If you have pip on your system, you can simply install or upgrade the Python bindings:
pip install -U matip
Alternately, you can download the source distribution from PyPI <http://pypi.python.org/pypi/matip>,unarchive it, and run:
python setup.py install
Note: both of the methods described above install matip as a system-wide package That will require administrative/root access to ther machine. You may consider using a virtualenv to create isolated Python environments instead.
Example :
open a native apps
from matip import driver capabilities = {} capabilities["app"] = "c:/selendroid-test-app.apk" capabilities["device"] = "0123456789ABCDEF" capabilities["model"] = "native" driver = driver.MobileDriver(capabilities) ... driver.quit()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file matip-0.1.2.zip
.
File metadata
- Download URL: matip-0.1.2.zip
- Upload date:
- Size: 15.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b81f827867aea7f6bfb61a49a7f78fe23a8e817c5221fb78e587a84e3d5a0ef |
|
MD5 | 6cef16c1b16d58f90160338eeb8e26e5 |
|
BLAKE2b-256 | 90939247873ff5250a466d2f87c2c56017e42a81d5adae85c5c8e575b654087b |