问题1、appcrawler报告的activity英文名称能换成中文模块名称吗?怎么解决
问题2、为什么加了断言还是不生效,全部都是success??断言可以支持全局断言或的逻辑吗
下面是我配置文件的断言部分的配置,请大佬们指正,2.4.0版本有没有断言执行后是F的啊
testcase:
name: “TesterHome AppCrawler”
steps:
- given:
when: null
then:
xpath: “/*”
action: “Thread.sleep(5000)”
actions:
times: 0
- given:
when: null
then:
- given:
when: null
xpath: “//android.widget.TextView[contains(@resource-id, ‘menu_name’)]”
action: click
then: [“//*[contains(@text,‘123456’)]”]
actions:
times: 0
selectedList:
- given:
when: null
xpath: “//android.widget.TextView[contains(@resource-id, ‘menu_name’)]”
action: null
then: [“//*[contains(@text,‘123456’)]”]
actions:
times: 0
- when: {xpath: “//android.widget.TextView[contains(@resource-id, ‘menu_name’)]”,then: [“//*[contains(@text,‘123456’)]”],times: 0}
你好,请问2.7.0的jar包在哪里可以下载,GitHub吗我看着是源码,是自己下载源码打包成jar调用吗
dolphkon
(dolphkon)
6