英文: In testcafe, can you create a custom test action that chains custom calls until it returns a Tes...
如何仅使用TypeScript使用自定义操作?
英文: How to use Custom Actions with TypeScript only? 问题 文档 中提到,要使用自定义操作,您需要使用基于 JavaScript 的配置文件并定义您的...
你可以在运行 testcafe-hammerhead 代理独立版本时放置钩子的位置在哪里?
英文: Where do I place hooks when running testcafe-hammerhead Proxy standalone? 问题 我知道TestCafe支持通过Test...
ERROR TypeError: 无法读取 null 的属性(读取 ‘pendingTaskDonePromise’)
英文: ERROR TypeError: Cannot read properties of null (reading 'pendingTaskDonePromise') 问题 我正...
如何使用TestCafe自动化创建一个URL的书签并在Chrome中重新打开这个书签
英文: How to create a bookmark for a url and reopen the bookmark in chrome using TestCafe automation 问...
使用testcafe测试Facebook登录
英文: Testing Facebook Login using testcafe 问题 我目前在使用TestCafe运行e2e测试时遇到了Facebook登录应用的问题。该应用已经正确配置,常规登录...
如何在 v2.6.0 中使新的报告钩子生效?
英文: How can I get new reporter hook working in v2.6.0? 问题 I am trying to add test duration and notic...
如何在使用TestCafe时模拟键盘按键持续按压5秒。
英文: How to simulate a key press for 5 seconds on the keyboard using TestCafe 问题 I tried to send it t...
“pageRequestTimeout” 究竟是什么意思?
英文: What does pageRequestTimeout exactly mean? 问题 pageRequestTimeout。指定等待HTML页面的时间(以毫秒为单位)。如果TestCaf...
在TestCafe中断言空文本框。
英文: Assert empty textbox in testcafe 问题 我正在验证文本框是否为空。我不确定我在这里做错了什么。 页面对象方法 async getTextVal(){ await...