You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd say the main idea would be to make the runners feed from a newly introduced queue that gets populated or updated after a file change. A run would be triggered by a queue being populated or still full after a run has finished.
Notes:
I expect changes to be in Runner base class, Program class and introduce a new queue concept but that's my gut feeling.
We also used the observable module in the past, not saying we should use it but that could be a lead. See exe/retest file
If you create a PR please add some unit/integration tests (in the test folder) that shows everything works as expected.
Sometimes specs get run over and over when the changes are made faster than the spec run.
We should
The text was updated successfully, but these errors were encountered: