Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python.org

example implementation of Zoot automation framework

Usage

1.) Install library

    pip install zoot

2.) Configure

config.json

{
    "data_path":"features",
    "step_path":"definitions",
    "tags":"home",
    "os":"windows",
    "browser":"chrome",
    "driver_path":"resources\\chromedriver.exe",
    "appium_path":null,
    "url":"http://python.org",
    "mlo":["env.py", "pages.py", "steps.py"]
}

3.) Run

zoot config.json

About

Sample implementation of Zoot automation framework, using python.org

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages