webdriverio/webdriverio

[💡 Feature]: Support setting breakpoints when running browser tests

Open

#10,756 创建于 2023年7月17日

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

描述

Is your feature request related to a problem?

As a developer I would like to set breakpoints in my frontend as well as test code and have the browser stop at given point for debugging.

Describe the solution you'd like.

Enable this capability through WebdriverIO and provide good documentation how someone could do it.

Describe alternatives you've considered.

n/a

Additional context

A good start is to figure out how breakpoints are propagated when developing a normal Vite application. Then apply the same for tests. It might be required to develop a VS Code extension to get this working. Any information how this can be done would be appreciated.

Code of Conduct

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

贡献者指南