-
Notifications
You must be signed in to change notification settings - Fork 7
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
Provide option for watching files with '--watch' option #12
Comments
What are you trying to achieve? How it should look like? |
Imho he wants to run the tests automatically, on save. |
Exactly. But I've realized that I can set file watcher. So it is probably not necessary to add it to the plug-in. |
Please clould you provide tutorial/link how to do that? Thanks! |
It would be nice to have it in the plugin, but Tester watches in one |
I do not see any value in implementing |
File Watchers are meant for compiling various things like SCSS in the background, it even says so in the docs. Thus, they can only launch binaries directly, not Run Configurations, so while yes, you can set a up a watcher to run Tester, all you get from it is a raw console output, without the added value of the plugin features. Result is the same as running |
Do you plan to add support for
--watch
attribute? Or do you think it is better to use built-in file watchers and trigger tests from the file watcher?The text was updated successfully, but these errors were encountered: