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 love tj/watch! It adresses the annoyance I've had with non-coloured "make test" output in ordinary watch perfectly!
However, when the tests fail, they're being re-run every 1 second, so reading the error output is kind of annoying. Setting the timeout to 10 seconds isn't great because I want the response time on green/continuous TDDing quicker than that.
The -x option solves this somewhat, by breaking and giving me time to read the error properly, but then I'll have to switch context and re-run the command line. Annoying...
I'm not sure I have a suggested "cover all" solution, but some way of reading the output in a slower non-flickering (but colored! no piping... I could do that but that defeats the purpose of the colors I was looking for!) manner would be super.
The text was updated successfully, but these errors were encountered:
I love tj/watch! It adresses the annoyance I've had with non-coloured "make test" output in ordinary watch perfectly!
However, when the tests fail, they're being re-run every 1 second, so reading the error output is kind of annoying. Setting the timeout to 10 seconds isn't great because I want the response time on green/continuous TDDing quicker than that.
The -x option solves this somewhat, by breaking and giving me time to read the error properly, but then I'll have to switch context and re-run the command line. Annoying...
I'm not sure I have a suggested "cover all" solution, but some way of reading the output in a slower non-flickering (but colored! no piping... I could do that but that defeats the purpose of the colors I was looking for!) manner would be super.
The text was updated successfully, but these errors were encountered: