diff --git a/test/e2e/configs/_local.default.py b/test/e2e/configs/_local.default.py index 48a4d24fd2..76b63dff9c 100644 --- a/test/e2e/configs/_local.default.py +++ b/test/e2e/configs/_local.default.py @@ -1,6 +1,6 @@ import logging LOG_LEVEL = logging.DEBUG -UPDATE_VP_ON_FAIL = False DEV_BUILD = False -AUT_PATH = None +APP_DIR = "path to the application (.app or .AppImage)" +