bash_unit icon indicating copy to clipboard operation
bash_unit copied to clipboard

[FEATURE REQUEST] Live/Development/Watch mode

Open dalisoft opened this issue 1 year ago • 5 comments

Like when calling ./bash_unit tests/**/*.test.sh --watch, it should always track and whenever test changes (only changed test) should be re-triggered

dalisoft avatar Mar 03 '24 17:03 dalisoft

Hello @dalisoft,

It seems to me like a real cool feature. I'm not planning to address it for now though but feel free to submit a pull request if you have something in mind. In the meantime, I'll keep it open for when I've some time to hack on it.

Cheers,

pgrange avatar Mar 04 '24 08:03 pgrange

@pgrange I don't how to implement it properly cross-platform (Unix, Linux). But for now nodemon could be used

dalisoft avatar Mar 04 '24 08:03 dalisoft

Me too, the multi-platform part is tricky and I want to avoid introducing external dependencies to bash_unit, as much as possible

pgrange avatar Mar 04 '24 08:03 pgrange

Yea, i understand, so only currently have no idea how do it properly

dalisoft avatar Mar 04 '24 08:03 dalisoft

Fair enough. Let's keep it open. I think it's a nice to have, maybe I can find some time in the future to dig into it 👍

pgrange avatar Mar 04 '24 08:03 pgrange