status-desktop/test/e2e/configs/squish.py

6 lines
143 B
Python
Raw Normal View History

import os
AUT_PORT = 61500 + int(os.getenv('BUILD_NUMBER', 0))
SERVER_PORT = 4322 + int(os.getenv('BUILD_NUMBER', 0))
2023-12-05 13:23:02 +00:00
CURSOR_ANIMATION = True