Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试用 playwright 和 jest 运行自动化测试。我正在尝试从 csv 文件加载多个配置(浏览器类型、分辨率、设备、url)并根据每个配置或测试用例运行测试。笑话和剧作家是否为我提供了解决这个问题的方法?
可以使用jest-playwright-preset配置浏览器和设备进行测试。然后预设将启动这些浏览器和设备进行测试。