pestphp / pest-plugin-watch

The Pest Plugin Watch
https://pestphp.com
MIT License
17 stars 10 forks source link

Add support for --test-directory argument #20

Closed michaelw85 closed 1 year ago

michaelw85 commented 1 year ago

Some arguments are not passed to plugins like the --test-directory param. When someone depends on this setting for a normal run the watcher will not work because the argument will never be passed to the command in the loop.

nunomaduro commented 1 year ago

Ideally we want something that allows all arguments.