status-desktop/test/e2e/configs/_local.default.py

7 lines
118 B
Python
Raw Normal View History

import logging
LOG_LEVEL = logging.DEBUG
DEV_BUILD = False
AUT_PATH = "path to the application (.app or .AppImage)"