79 教程 包含标签 playwright进阶

· 3 分钟 读完
playwright进阶 翻译

Playwright 使用技巧与诀窍 #2

等待,自定义断言,轮询以及调试

· 10 分钟 读完
playwright进阶 翻译

使用Playwright进行API契约测试

api契约测试其实并不神秘,playwright就可以做的很好

· 10 分钟 读完
· 6 分钟 读完
playwright进阶 翻译

使用 Playwright 的feature map框架改进 UI测试用例的可观测性

用feature map在代码里自动列出哪些功能已经被测试过了

· 11 分钟 读完
playwright进阶 翻译

三大自动化测试工具 playwright/selenium/cypress 的终极对比

决战自动化测试巨头:Playwright vs. Selenium vs. Cypress 对决

· 16 分钟 读完
playwright进阶 翻译

如何在 Playwright Test 中为 page.goto() 添加查询参数?

这里用到了拦截器的思想,不过代码里用了bind(),初学者理解起来会有点难度

· 6 分钟 读完
playwright进阶 翻译

Playwright中如何使用fixture来监控前端的javascript错误

简单来说就是用fixture先监听pageerror事件,然后在用例中断言没有错误出现

· 11 分钟 读完
· 6 分钟 读完
playwright进阶 翻译

Playwright真实项目里哪些断言使用频率比较高

Playwright 测试套件中断言的统计, 当我目前的工作项目的测试(测试文件)数量超过一百个时,我开始有兴趣了解哪些断言是最常用的。

· 4 分钟 读完