e2e-test/comp_info.py

25 lines
841 B
Python

class CompInfo(object):
# dev
# BASE_URL = 'http://guanplus-app-accountingfirm-web-dev-1.cn-north-1.eb.amazonaws.com.cn'
# LOGIN_DATA = ['18612198503','Qq123456']
# COMP_NAME = 'auto_test'
# COMP_NAME_YB ='largeDatayb'
# ------------------------------------------------
# # stage
# BASE_URL = 'https://web-gyz-stage.guanplus.com'
# LOGIN_DATA = ['13683139989', 'qq123456']
# COMP_NAME = 'auto_test'
# COMP_NAME_YB = 'auto_test_yb'
# -------------------------------------------------
# pro
BASE_URL = 'https://firms.guanplus.com'
LOGIN_DATA = ['13683139989', 'qq123456']
# COMP_NAME = 'autotest' # 小规模
COMP_NAME = 'autotestyb' # 一般纳税人
ENTER_COMP_INFO = [BASE_URL, LOGIN_DATA, COMP_NAME]
# ENTER_COMP_INFO = [BASE_URL, LOGIN_DATA, COMP_NAME_YB]