Skip to content

This is the test automation framework using Appium, Python and Behave framework. And I have used IOS test app for writing test cases.

Notifications You must be signed in to change notification settings

estebaner/AppiumPythonBehave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the test automation framework using Appium, Python and Behave framework with page object model. And I have used IOS test app for writing test cases.

Prerequisites

install python

install intelliJ or what ever IDE you like to code

install behave package

install other required packages


To Run the tests just run the below command from the root folder of the project. Ensure that features folder should be under root folder.


behave

behave command runs all the features that are inside the features folder.

You can limit the scenarios/features by specifying the tags


behave --tags=tag_name

example : behave --tags=smoke_tests

About

This is the test automation framework using Appium, Python and Behave framework. And I have used IOS test app for writing test cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Gherkin 7.3%