Supoorted Appium Clients - Python 3
A Python test package is a zip file containing:
- Tests folder – Contains the Python test suite
- Requirements.txt file – A list of dependencies for pip to install The final test package should look like the following:
test_package.zip│ requirements.txt└───tests│ testclass01.py