Skip to content

This project create for mobile application automation testing using Appium in python

License

Notifications You must be signed in to change notification settings

govind794/Python-Appium-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python samples

These are simple samples of how to use Python to run Appium tests. It is suggested that you use a test runner such as pytest or nose.

Sauce Labs examples require at least version 0.12 of the Appium Python Client, which includes the appium.SauceTestCase base class.

Install appium client library:

pip install Appium-Python-Client
pip install pytest

Usage:

py.test ios_simple.py
py.test -n2 --boxed ios_simple.py

About

This project create for mobile application automation testing using Appium in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages