webdriverio/webdriverio

[💡 Feature]: V9 Browser Logs

Open

#13,663 创建于 2024年9月26日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)JavaScript (6,029 star) (1,793 fork)batch import
Idea 💡help wanted

描述

Is your feature request related to a problem?

With previous versions of WebdriverIO there was always a browser.log file with the context from the browser console of what was happening with the different sessions and runs. With WebdriverIO V9 this feature was removed making it difficult to debug within a CI/CD pipeline or catch issues within the browser during test runs.

Describe the solution you'd like.

I'd like a flag within the config to enable this behavior or a reporter that brings feature parity to WebdriverIO V9 for gathering context around the browser and its behavior.

Describe alternatives you've considered.

A service, or reporter would work. As long as there is a nice way of seeing what was happening within the browser per session basis.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

贡献者指南