Move test guide to contribution and add to doc menu (#223)

diff --git a/docs/en/setup/faq/How-to-test-locally.md b/docs/en/contribution/How-to-test-locally.md
similarity index 100%
rename from docs/en/setup/faq/How-to-test-locally.md
rename to docs/en/contribution/How-to-test-locally.md
diff --git a/docs/menu.yml b/docs/menu.yml
index 54c9c75..21bf35b 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -56,6 +56,8 @@
         path: "/en/contribution/CodingStyle"
       - name: "Plugin Testing Guidance"
         path: "/en/contribution/PluginTest"
+      - name: "Run Plugin Tests Locally"
+        path: "/en/contribution/How-to-test-locally"
       - name: "Release Guidance"
         path: "/en/contribution/How-to-release"
       - name: "Image Release Guidance"