quolpr / quicktest.nvim

Run your tests in split window or popup with live feedback
MIT License
66 stars 5 forks source link

Feature: Pass `args` or `extra_args` #17

Closed flunderpero closed 1 month ago

flunderpero commented 1 month ago

You should be able to pass parameters to be appended to the command that is being run.

In vitest this might include --silent (which is currently hardcoded to false which it shouldn't), for Playwright (#15 ) this would be the --browser flag among other things.

It would be great if we could pass those extra_args to the adapter from the command prompt, like :Quicktest --browser chromium

quolpr commented 1 month ago

Actually agree. It will be nice to register quicktest as command + add ability to pass params via calls