e2e-test/comp_info_1.py

25 lines
884 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 = 'testyb'
# COMP_NAME ='dev跨年测试12月启用yb'
# ------------------------------------------------
# # stage
# BASE_URL = 'https://web-gyz-stage.guanplus.com'
# LOGIN_DATA = ['15636017838', 'qq123456']
# COMP_NAME = 'test一般人7'
# COMP_NAME_YB = 'auto_test_yb'
#
# -------------------------------------------------
# # # pro
BASE_URL = 'https://firms.guanplus.com'
LOGIN_DATA = ['15636017838', 'qq123456']
COMP_NAME = 'test一般人7' # 小规模
# COMP_NAME = '跨年测试11月启用yb' # 一般纳税人
ENTER_COMP_INFO = [BASE_URL, LOGIN_DATA, COMP_NAME]
# ENTER_COMP_INFO = [BASE_URL, LOGIN_DATA, COMP_NAME_YB]