Hello all,
I use maven/cargo/selenium/... in order to launch integration-test.
but when I launch: mvn integration-test
Maven process wait indefinitely in [INFO] [cargo:run {execution: start-container}] ...
And doesn't launch
Testng integration
test ... any one see why ?
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building edeal-integration-tests
[INFO] task-segment: [clean, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory C:\Java\test\integration-tests\target
[INFO] [compiler:testCompile {execution: default}]
[INFO] Compiling 2 source files to C:\Java\test\integration-tests\target\test-classes
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [cargo:run {execution: start-container}]
My following pom.xml:
Best regards
Adrien