Add a delay parameter to the watch command to batch test executions into time intervals
Closed this issue · 0 comments
simoami commented
Add the following watch command specific option:
-d, --watch-delay <ms> Buffers multiple changes into a single run using a delay in milliseconds [500]
This help prevent triggering multiple test executions in a short timeframe by batching them into time intervals.