From 83da5dbe0a88e64fe9bbd7688d990d4dfdcbe80f Mon Sep 17 00:00:00 2001 From: Hiromu Hota Date: Fri, 24 May 2019 17:05:50 -0700 Subject: [PATCH] Integration test can only executed at /integration (regression from baabe593) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8934f7b157c5..d2d81efbcd6f 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,8 @@ Pass a parameter like below if webSpoon is deployed to a different url. The following command runs all the unit test cases including UI in non-headless mode. ``` -$ mvn clean test -pl integration -Dtest.baseurl=http://localhost:8080/spoon/spoon -Dheadless.unittest=false +$ cd integration +$ mvn clean test -Dtest.baseurl=http://localhost:8080/spoon/spoon -Dheadless.unittest=false ``` # Notices