An open API service indexing awesome lists of open source software.

https://github.com/qedsoftware/puppet-master

Giving you a hand to puppeteer your apps in an automated way
https://github.com/qedsoftware/puppet-master

Last synced: about 2 months ago
JSON representation

Giving you a hand to puppeteer your apps in an automated way

Awesome Lists containing this project

README

          

# Puppet Master

[![Build Status](https://travis-ci.org/qedsoftware/puppet-master.svg?branch=master)](https://travis-ci.org/qedsoftware/puppet-master)

Supported from Python >= 3.6

## Configuration

Django settings required for the package:

`PM__SELENIUM_DRIVER` - Selenium driver object used for testing
`PM__SELENIUM_DRIVER_PATH` - Path to driver executable
`PM__DEFAULT_SCREENSHOT_DIR` - Default screenshot directory

`PM__SERVICE_URL` - External service URL address on which Selenium will be run.
Used only while using SeleniumTestCase.

### Kobotoolbox-module only

`PM__KT_USERNAME`, `PM__KT_PASSWORD` - Credentials used to log in to the app