thenbe / neotest-playwright

A playwright adapter for neotest.
MIT License
37 stars 5 forks source link

Debugging support with nvim DAP #25

Open sand4rt opened 6 months ago

sand4rt commented 6 months ago

Is there support or documentation available for debugging with nvim DAP?

related; https://github.com/nvim-neotest/neotest-jest/issues/31

thenbe commented 6 months ago

At the moment, only the default strategy is supported.

TBH, I never got around to exploring neotest's DAP strategy. Instead, I launched the playwright inspector (using the debug preset) whenever I wanted to generate locators or set breakpoints.