Results 108 comments of Naser Aleisa

More strict examples for `is_test_file` have been added in 985ec2649831.

At the moment, only the default [strategy](https://github.com/nvim-neotest/neotest?tab=readme-ov-file#strategies) is supported. TBH, I [never](https://github.com/thenbe/neotest-playwright/blob/c036fe39469e06ae70b63479b5bb2ce7d654beaf/src/build-spec.ts?plain=1#L54-L57) got around to exploring neotest's DAP strategy. Instead, I launched the playwright [inspector](https://playwright.dev/docs/running-tests#debug-tests-with-the-playwright-inspector) (using the [debug](https://github.com/thenbe/neotest-playwright?tab=readme-ov-file#debug) preset) whenever...

> Is this not supported? That's correct, playwright's watch mode did not exist when I created this plugin. But I'm open to adding watch mode support if anyone wants to...

I'm having trouble reproducing this on my machine (using playwright `v1.41.2`) Does this only happen in a certain scenario? If so, can you guide me to reproduce it? Or does...

What version of `@playwright/test` are you using? And does it happen every time, or only in certain scenarios?

Thanks, I'm able to reproduce this now.

The underlying issue happens when both of the following are true: - `enable_dynamic_test_discovery = true` - The line on which the test is declared has changed OR the test has...

We'd need a heuristic that runs `:NeotestPlaywrightRefresh` for us automatically. But one that does not run it very often so as not to impact performance. I'm thinking out loud here,...

> Running the command on file save should be enough right via autocmd? I must've missed your comment. Yeah that should be enough.

Thanks for filing an issue. Supporting pnpm was my intention when I first created this. In fact, the project I was testing against as I was working on this adapter...