feat(UI自动化): 给后端/生成报告增加selenium配置的检验
--story=1009477 --user=张大海 【UI测试】UI优化 https://www.tapd.cn/55049933/s/1242399
This commit is contained in:
parent
b97f224e0d
commit
d067f54b5e
|
@ -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',
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue