This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
hlk_autotest/.env
LingandRX 345e68a1b4 refactor(tests): 重构测试代码并优化环境变量配置
- 更新环境变量配置方式,使用 dotenv 库
- 重构员工登录和权限相关代码,提高可维护性
- 优化测试数据结构,增加类型注解
- 删除冗余代码,提高代码可读性
2025-01-01 13:02:27 +08:00

22 lines
802 B
Bash

QY_WECHAT_ROOTBOT_URL='https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1c7d2bf1-eae9-4ee9-bdfb-b578e747f2dc'
BASE_URL='https://hlk.meiguanjia.net/'
boss_account="17770720220"
boss_password="a123456"
boss_account_2="1770720220"
boss_password_2="a123456"
staff1_account="17770720221"
staff1_password="a123456"
staff2_account="17770720222"
staff2_password="a123456"
STOREH5_URL ='https://hlk.meiguanjia.net/h5/#/?env=0&mid=14920&tv=qym&query=%257B%2522tab%2522%253A%2522MALL%2522%257D'
WEB_AUTH_USERNAME='mgj'
WEB_AUTH_PASSWORD='mgj123456'
DOMAIN_URL='https://autotest.meiguanjia.net'
SERVER_PORT=9901
PROXY_SERVER_PORT=9900
LDAP_BindURL='ldap://ldapadmin.meiguanjia.net:389'
LDAP_bindDN='cn=admin,dc=meiguanjia,dc=net'
LDAP_bindUserDN='ou=person,dc=meiguanjia,dc=net'
LDAPbindPSW='!qaz2Wsxyjy0102'