Github地址:https://github.com/wangyinghaotest/VueAutomatedTestPlatform
先添加系统的环境变量 ENV=1 用来区别本地环境以及线上环境
测试环境:ENV=1
生产环境:ENV=SERVER
python manage.py migrate
python manage.py makemigrations
python manage.py runserver 0.0.0.0:8081
#Web自动化
Github地址:https://github.com/wangyinghaotest/VueAutomatedTestPlatform
先添加系统的环境变量 ENV=1 用来区别本地环境以及线上环境
测试环境:ENV=1
生产环境:ENV=SERVER
python manage.py migrate
python manage.py makemigrations
python manage.py runserver 0.0.0.0:8081
#Web自动化