webdriver.io & cucumber-js 检查内存泄漏
webdriver.io & cucumber-js examine memory leaks
我们有很多场景可以测试我们使用 webdriver.io + cucumber.js 的解决方案,我们想测试我们的客户端内存消耗和性能,并在我们的测试套件中将其自动化。
经过多次尝试和错误后,我们发现最简单的监控方式是手动使用 google chrome dev-tools
https://developers.google.com/web/tools/chrome-devtools/memory-problems/
并记录观察到的每个版本。
我们有很多场景可以测试我们使用 webdriver.io + cucumber.js 的解决方案,我们想测试我们的客户端内存消耗和性能,并在我们的测试套件中将其自动化。
经过多次尝试和错误后,我们发现最简单的监控方式是手动使用 google chrome dev-tools https://developers.google.com/web/tools/chrome-devtools/memory-problems/
并记录观察到的每个版本。