简体   繁体   English

任何人如何解决此警告 - 使用空手道框架进行 UI 自动化

[英]Anyone how to resolve this warning - using Karate framework for UI automation

[DEBUG] 2021-05-20 17:13:39.765 [main] c.i.karate - over-writing existing variable 'xyz' with new value: read('classpath:/testData/testFile.json') [DEBUG] 2021-05-20 17:13:39.765 [main] c.i.karate - 用新值覆盖现有变量 'xyz':read('classpath:/testData/testFile.json')

[DEBUG] 2021-05-20 17:13:39.765 [main] c.i.karate - over-writing existing variable 'abc' with new value: read('classpath:/testData/SomthingtestFile.json') [DEBUG] 2021-05-20 17:13:39.765 [main] c.i.karate - 用新值覆盖现有变量 'abc':read('classpath:/testData/SomthingtestFile.json')

I think due to these warnings my scripts are running very slowly.我认为由于这些警告,我的脚本运行非常缓慢。

@PeterThomas @彼得托马斯

You can ignore this warning.您可以忽略此警告。 It is because you are re-assigning a def foo to the same variable name.这是因为您将def foo重新分配给相同的变量名。

You are welcome to contribute code if this bothers you too much.如果这太困扰您,欢迎您贡献代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Karate UI Automation 在基于 yaml 的 UI 上输入值 - How to enter a value on yaml based UI using Karate UI Automation 如何使用 UI 自动化中的空手道功能文件来断言 sikuli 图像是否存在? - How to assert if sikuli image is present or not using Karate Feature file in UI Automation? 空手道 UI 自动化中不接受连字符 - hyphen is not accepting in karate UI automation 是否有人使用Microsoft UI Automation成功实施UI测试自动化制度? - Is there Anyone who Successfully Implement UI Test Automation Regime using Microsoft UI Automation? 使用UIAutomation框架的iPhone App UI Automation? - iPhone App UI Automation using the UIAutomation framework? Java 空手道 UI 自动化测试中的断言错误 - Java assertion error in Karate UI automation test 运行 UI 和移动自动化的自动化框架 - Automation framework to run both UI and mobile automation 如何使用UI自动化检查菜单项? - How to check menu item using UI automation? 如何使用Automation Anywhere设计UI? - How to design UI using Automation Anywhere? 如何使用JavaScript处理UI自动化中的警报? - How to handle alert in UI Automation using javascript?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM