英文: JMeter failure resport 问题 我想设置一些测试,但无法设置一个汇总报告,以便查看失败的测试。 案例1 - 正确的断言但模糊的报告 示例:我想检查状态为400的测试用例的A...
如何在Cypress中测试我获取的HTML元素,而不使用类选择器?
英文: How test which HTML element I get back in Cypress without using class selectors? 问题 我试图确定由Cypres...
Cypress会话测试第二次不起作用。
英文: Cypress session tests not working for the second time 问题 I am using the following code in cypres...
在Cypress自动化测试中处理Cloudflare登录表单上的验证码?
英文: Handling Cloudflare captcha on Login form in Cypress Automated Test? 问题 我们最近在登录表单中添加了Cloudflare验...
有没有一种方法可以在 Cypress 的条件语句中使用 'exist'?
英文: Is there a way to use 'exist' in a conditional statement in Cypress? 问题 我需要检查多个页面是否存在列表,...
ERROR TypeError: 无法读取 null 的属性(读取 ‘pendingTaskDonePromise’)
英文: ERROR TypeError: Cannot read properties of null (reading 'pendingTaskDonePromise') 问题 我正...
如何在MacOS(Ventura 13.3)上自动测试需要麦克风访问权限的应用程序?
英文: How can an app be automatically tested if it needs mic access on MacOS (Ventura 13.3) 问题 我正在为实时音...
如何使用TestCafe自动化创建一个URL的书签并在Chrome中重新打开这个书签
英文: How to create a bookmark for a url and reopen the bookmark in chrome using TestCafe automation 问...
Playwright 测试运行速度慢
英文: Playwright tests are running slow 问题 我正在将我们的测试从Selenium迁移到Playwright。Playwright吸引我的一点是据说运行速度更快,但...
Jenkins 在自动化测试中无法找到 Chrome 浏览器 – 我可以做什么?
英文: Jenkins is failing to find Chrome browser for automated tests - what can I do? 问题 I'm trying to ...
7