https://github.com/pretix/pretix-screenshots
Internal tool to automatically create screenshots of pretix features for documentation purposes
https://github.com/pretix/pretix-screenshots
Last synced: 11 months ago
JSON representation
Internal tool to automatically create screenshots of pretix features for documentation purposes
- Host: GitHub
- URL: https://github.com/pretix/pretix-screenshots
- Owner: pretix
- License: other
- Created: 2017-07-31T16:29:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T17:00:26.000Z (over 1 year ago)
- Last Synced: 2025-04-02T18:21:34.935Z (over 1 year ago)
- Language: Python
- Size: 1.21 MB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pretix Screenshotting tool
--------------------------
Requirements:
* Chrome 60 or newer with headless support
* Python packages listed in requirements.txt
How to run:
* Go to pretix' ``src`` folder and execute ``python setup.py develop``
* Execute ``make production`` there
* Go back here and run ``PYTHONPATH=. py.test scenes``