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
- Host: GitHub
- URL: https://github.com/qedsoftware/puppet-master
- Owner: qedsoftware
- License: mit
- Created: 2019-07-30T14:52:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T15:12:51.000Z (almost 7 years ago)
- Last Synced: 2025-10-30T16:37:58.155Z (8 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puppet 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