I would like to frequently run the tests I'm working on, UT or IT but, whatever I try, I see npm messages passing by, npm run webapp:build:dev, npm_install, webapp_test, and of course a bunch of .spec.ts tests being executed.
Right clicking/run even in a single JUnit test starts all this, which takes a while to execute.
So, what's the way, in a monolithic JHipster application, to run tests ignoring the frontend?
CodePudding user response:
