Good software development is never complete without good testing. JHipster generates quite a lot of automated tests out of the box, and there are options available so that we can choose even more. Let's run generated server-side and client-side tests for the application to make sure everything is working as expected.
First, open a Terminal/command line and navigate to the project folder.
We'll take a look at server-side tests in the next section.