feat(UI自动化): 给后端/生成报告增加selenium配置的检验

--story=1009477 --user=张大海 【UI测试】UI优化 https://www.tapd.cn/55049933/s/1242399
This commit is contained in:
zhangdahai112 2022-09-14 00:53:14 +08:00 committed by zhangdahai112
parent b97f224e0d
commit d067f54b5e
3 changed files with 3 additions and 3 deletions

View File

@ -550,7 +550,7 @@ export default {
host_tip: 'example: http://ms-prometheus:9090',
host_is_null: 'Prometheus Host cannot be empty'
},
selenium_docker_url: 'selenium-docker URL',
selenium_docker_url: 'selenium-grid URL',
selenium_docker: {
url_tip: 'example: http://localhost:4444',
}

View File

@ -556,7 +556,7 @@ export default {
host_tip: '例如:http://ms-prometheus:9090',
host_is_null: 'Prometheus地址不能为空'
},
selenium_docker_url: 'selenium-docker 地址',
selenium_docker_url: 'selenium-grid 地址',
selenium_docker: {
url_tip: '例如:http://localhost:4444',
}

View File

@ -553,7 +553,7 @@ export default {
host_tip: '例如:http://ms-prometheus:9090',
host_is_null: 'Prometheus地址不能為空'
},
selenium_docker_url: 'selenium-docker 地址',
selenium_docker_url: 'selenium-grid 地址',
selenium_docker: {
url_tip: '例如:http://localhost:4444',
}