How do I run javascript unit tests in maven, with no need for running a browser or server?
I was looking for the same thing.
I've never used it (just started to look into javascript unit testing) but Jasmine seems to be very popular.
https://github.com/jasmine/jasmine
So naturally there is a maven plugin for it.
https://github.com/searls/jasmine-maven-plugin