I have some integration tests in my project under src/test-integration/java.
I have no problem in running integration tests.
But how do i run a single integration test through Terminal?
When i use mvn integration-test -Darg1=data1
it runs all the integration tests.
I tried using mvn integration-test -Dagr1=data1 -Dtest=IntegrationTestClass1
but it did not work
Any solutions?
I am using maven-surefire-plugin-2.9 and maven-failsafe-plugin-2.6