Skip to content

Latest commit

 

History

History
 
 

integration-testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This an example application of my blog post:

You can run unit tests by running the following command at the command prompt:

mvn clean test

You can run integration tests by running the following command at the command prompt:

mvn clean verify -P integration-test