提交 87aa25c9 authored 作者: 黄承天's avatar 黄承天

增加可快速模式设置的机制 快速模式的是否已测过的判断为只对比元素的text内容

上级 5d9d76d0
server.port=13500 server.port=13500
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://120.55.57.35:3306/automated_testing?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true&characterEncoding=utf-8 spring.datasource.url=jdbc:mysql://localhost:3306/automated_testing?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true&characterEncoding=utf-8
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=root spring.datasource.password=root
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
...@@ -21,7 +21,9 @@ logging.file.path=./log ...@@ -21,7 +21,9 @@ logging.file.path=./log
screenshot-path=/home/tykj/hct/auto/image screenshot-path=/home/tykj/hct/auto/image
selenium.executor.wait-time=2 selenium.executor.wait-time=4
selenium.executor.screenshot.url-host=120.55.57.35 selenium.executor.screenshot.url-host=120.55.57.35
selenium.executor.screenshot.url-port=13500 selenium.executor.screenshot.url-port=13500
selenium.executor.fast-mode=false
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论