Running the JUnit test cases with Maven
The pom.xml
configuration file will automatically run the test cases using <skipTests>false</skipTests>
when doing Clean and Build Project (task-time-tracker) by clicking on the toolbar icon:
It is also possible to only run the testing phase of the project by navigating to Run | Test Project (task-time-tracker):
The results of the testing process can now be examined in the Output – task-time-tracker panel. Note that you may need to dock the output panel to the bottom of the IDE if it is minimized, as shown in ...
Get Enterprise Application Development with Ext JS and Spring now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.