is there a plugin for continuous testing, as Ncrunch for C#? the auto-test function in Intellij is not as useful
l
LeoColman
04/12/2022, 8:47 PM
None that I know of. I usually don't do that kind of thing, could you elaborate a little bit more? Do you want tests to be running like every 5 seconds after you compile?
a
alightgoesout
04/13/2022, 6:47 AM
I would like tests to be run when I edit code, and just run the tests that exercise the changed code.
A graphical feedback on covered and failing lines would be a plus.
r
Rob Elliot
04/13/2022, 8:24 AM
Auto test / auto compile & reload is one of those areas where the JVM feels like it's a long way behind the node ecosystem where it's table stakes.
d
Daniel Skogquist Åborg
04/13/2022, 11:14 AM
This would be super nice to have continuous feedback.