10 2022 档案
摘要:背景 自动化需要适配wayland,而我不知道啥是wayland 学习 简而言之 X客户端及窗口管理器知道绘制什么内容,但是没有渲染能力,凡事都要交给X Server;到了Wayland这里,Server和窗口管理器功能合并为Compositor(合成器),Wayland客户端也能够直接渲染,Way
阅读全文
摘要:背景 pycharm中想用pytest运行单条用例,找不到那个绿色的小三角了。 没了运行用例真不方便(命令行) 解决办法 File --> settings --> Tools -->python Integrated Tools 修改 Testing 为 pytest 参考文档 https://s
阅读全文
摘要:解决办法 Install the Pytest plugin: pip3 install pytest-playwright Install the required browsers: python3 -m playwright install
阅读全文
摘要:背景 想知道如何在 Playwright 和 Selenium 之间进行选择以实现测试自动化?继续阅读以查看两种流行的测试自动化工具之间的比较。 在 Web 测试自动化方面,Selenium 多年来一直是行业的主导工具。但是,市场上还有许多其他自动化测试工具。Playwright 是一种较新的工具,
阅读全文
摘要:背景 System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down 解决办法 运行容器的时候加上参数--privileged
阅读全文