Installation¶
This part of the documentation covers the installation of selenium_generator.
The framework needs several external dependencies which are installed along with the framework.
Show the dependencies
pyyaml selenium webdriver_manager html-testRunner ddt cerberus sphinx sphinxcontrib-contentui
Manual installation¶
Package is also possible to download by cloning the project repository and to install it from source.
$ git clone https://github.com/jjaros587/selenium_generator.git
$ cd selenium_generator
$ python setup.py install
If the framework is being extended you might find useful to install the package in a development mode.
$ python setup.py develop