From 2b2b019c6e2263e9c6c890bc1605294bdfc46c29 Mon Sep 17 00:00:00 2001
From: Shinsuke Sugaya <shinsuke@apache.org>
Date: Fri, 1 Jun 2018 06:24:31 +0900
Subject: [PATCH] update doc

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 09668cf97..bb2fad3d1 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,10 @@ Launch Fess Server and run the following command:
 
     $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.es.url="http://localhost:9201"
 
+To run a single test case, you can use:
+
+    $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.es.url="http://localhost:9201 -Dtest=SearchApiTests"
+
 ### Translate In Your Language
 
 Fess is internationalized software.
-- 
GitLab