neotest-playwright icon indicating copy to clipboard operation
neotest-playwright copied to clipboard

A playwright adapter for neotest.

Results 8 neotest-playwright issues
Sort by recently updated
recently updated
newest added

Would be great if we could filter out directories based on the `testDir` directive in the playwright configuration.([docs](https://playwright.dev/docs/test-configuration))

![image](https://github.com/thenbe/neotest-playwright/assets/36803168/632a17b2-a22c-4252-96bb-01f8b2e2d1d0)

bug

Is there support or documentation available for debugging with nvim DAP? related; https://github.com/nvim-neotest/neotest-jest/issues/31

The watched tests are not run again when the tests are changed and saved. Is this not supported? Related to https://github.com/marilari88/neotest-vitest/issues/27, probably https://github.com/microsoft/playwright/issues/21960 and https://github.com/microsoft/playwright/issues/14748

Thank you for this awesome library

Because neovim does not [yet](https://github.com/neovim/neovim/issues/17044) have a native multi-select, we rely on [this](https://github.com/thenbe/neotest-playwright/blob/ea972015695704846ffaeffb364a898c6f2be847/src/select-multiple.ts?plain=1#L35-L63) loop instead. Our workaround behaves as intended, unless a wrapper around `vim.ui.select` (such as [dressing.nvim](https://github.com/stevearc/dressing.nvim)) is used....

Doing so will override the reporters set in `playwright.config.ts`. - [x] Document - [ ] warn if not set by user (`:checkhealth`?)