Files
appium/sample-code/python/README.md
2019-05-23 09:37:40 -04:00

482 B

Python Sample Code

Setup

pip install -r requirements.txt

Run tests

Run all tests

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

Run an arbitrary file

py.test test/test_ios_selectors.py

TestCase

unittest based

  • test/test_android_create_session.py
  • test/test_ios_create_session.py

pytest based

  • Rest of the above