Add "watch" mode to CLI options #213
bmchristensen
started this conversation in
Enhancements
Replies: 1 comment
-
Correct. Green does not have this functionality. I wonder if there is some other utility that one could use to do this sort of thing. I would imagine there must be something out there where you could just do...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some test runners, Jest for example, have CLI options to watch project files and run the tests on the detection of a change to those files. This improves workflow during strict TDD.
Although I may be mistaken, I haven't seen any setting or option to do this with green. I certainly think this would be a useful enhancement.
In a similar vein to Jest, from the CLI:
green --watch
green --watchAll
Beta Was this translation helpful? Give feedback.
All reactions