deepakmehra10 / maven-app-it

This repository describes some best practices to use while incorporating integration test to a maven application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maven-app-it

This repository describes some best practices to use while incorporating integration test to a maven application.

How to run unit test

mvn test

How to run integration test

mvn clean verify -P integration-test

How to run verify phase with only unit test cases.

mvn clean verify

About

This repository describes some best practices to use while incorporating integration test to a maven application.


Languages

Language:Java 100.0%