Scoping test runners to specific folders #490
schester44
started this conversation in
General
Replies: 1 comment
-
Also, when I use filter_dir, I can run a test in mocha but if I try to run one in a playwright directory it'll say "No tests found" and/or vice versa. So its currently only possible to run tests in one suite at a time. I end up needing to close out of Neovim to then test in a different suite. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have three different runners (mocha, vitest, playwright). I'm trying "scope" them to specific folders so that they don't load unless i'm running a test in their respective directory.
Below is my config. When I run a test in my API folder, the neotest-playwright adapter tries to run.
Beta Was this translation helpful? Give feedback.
All reactions