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
When you run your tests in continuous mode, ./gradlew test -t
the plugin should clear the commandline screen before printing the next test report, just like mocha does.
so your result always starts nicely at the top.
would like to use this when doing tdd.
When you run your tests in continuous mode,
./gradlew test -t
the plugin should clear the commandline screen before printing the next test report, just like mocha does.
so your result always starts nicely at the top.
would like to use this when doing tdd.
Here is a similar issue:
https://discuss.gradle.org/t/possibility-to-clear-screen-before-continous-build-output/24488
The text was updated successfully, but these errors were encountered: