Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Live/Development/Watch mode #112

Open
dalisoft opened this issue Mar 3, 2024 · 5 comments
Open

[FEATURE REQUEST] Live/Development/Watch mode #112

dalisoft opened this issue Mar 3, 2024 · 5 comments

Comments

@dalisoft
Copy link

dalisoft commented Mar 3, 2024

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

@pgrange
Copy link
Owner

pgrange commented Mar 4, 2024

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,

@dalisoft
Copy link
Author

dalisoft commented Mar 4, 2024

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

@pgrange
Copy link
Owner

pgrange commented Mar 4, 2024

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

@dalisoft
Copy link
Author

dalisoft commented Mar 4, 2024

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

@pgrange
Copy link
Owner

pgrange commented Mar 4, 2024

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants