Testing: Integration Testing with Maven
When you want to run the integration tests
You need to type:
mvn verify
Related topics:
- Testing: Integration Testing with Maven—When you want to run the integration tests
- Testing: Jacoco Reports—How to interpret the reports (red, yellow, green)
- Testing: Jacoco via Maven—Setting up Jacoco test coverage, using Maven
- Testing: Spring Boot HTMLUnit—Testing Spring Boot Webapps