pip install -r requirements.txt
py.test test
To run them on Sauce Labs, make sure that you have the following environment variables set:
SAUCE_LABS
SAUCE_USERNAME
SAUCE_ACCESS_KEY
py.test test/test_ios_selectors.py
- test/test_android_create_session.py
- test/test_ios_create_session.py
- Rest of the above
The brazilian testing community has a complete and free tutorial teaching from 0 to advanced how to use Appium with Python to do software automation.
If you can read Portuguese from Brazil, see the tutorial below:
Automação de teste de software com Appium e Python - Por Maria Clara Bezerra (Github)
Here is the translated version from portugues to english of the free tutorial from 0 to advanced of using Appium with Python for software automation.
Software automation with Appium and Python - By Maria Clara Bezerra (Github)