Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated file for missing steps
  • Loading branch information
Kashif Ali authored Sep 13, 2018
1 parent c5401ee commit f86eb9e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# appium-python-pom

### Install Appium
* install Node and NPM
* Run through cmd -> npm install -g appium

### Install Android Emulator

* Download Android SDK -> https://developer.android.com/studio/
* Create AVD(Android Virtual Device) using android version 7.1.1 with API >= 25

### pre-install

* pip install Appium-Python-Client
Expand All @@ -12,8 +21,6 @@ That project will run on Android emulator instead of real device
Android version should be 7.1.1

### How to Run
That project can be ran directly from pycharm, all you need is to import the project

* From command line just type

python Tests.py
* Start appium server
* Start Android emulator running v7.1.1
* Navigate to project main directory and run python Tests.py file

0 comments on commit f86eb9e

Please sign in to comment.