This is an automated email from the ASF dual-hosted git repository. zky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 5b2266634bae1dc9cf1ef7e58a474623d5a02b94 Author: linyh <[email protected]> AuthorDate: Tue Jul 5 13:43:49 2022 +0800 fix: move to correct path --- .../E2E-Test-Guide.md} | 6 ++++++ .../E2E-Test-Guide.md} | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/09-DeveloperDoc/e2e-test-writing-guide.md b/docs/DeveloperManuals/E2E-Test-Guide.md similarity index 99% rename from docs/09-DeveloperDoc/e2e-test-writing-guide.md rename to docs/DeveloperManuals/E2E-Test-Guide.md index 2f0b7bdb..4a5b0108 100644 --- a/docs/09-DeveloperDoc/e2e-test-writing-guide.md +++ b/docs/DeveloperManuals/E2E-Test-Guide.md @@ -1,3 +1,9 @@ +--- +title: "E2E Test Guide" +description: > + The steps to write E2E tests for plugins. +--- + # How to write E2E tests for plugins ## Why write E2E tests diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md b/i18n/zh/docusaurus-plugin-content-docs/current/DeveloperManuals/E2E-Test-Guide.md similarity index 99% rename from i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md rename to i18n/zh/docusaurus-plugin-content-docs/current/DeveloperManuals/E2E-Test-Guide.md index 5cda520e..44d353bc 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/09-DeveloperDoc/e2e-test-writing-guide.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/DeveloperManuals/E2E-Test-Guide.md @@ -1,3 +1,9 @@ +--- +title: "E2E Test Guide" +description: > + The steps to write E2E tests for plugins. +--- + # 如何为插件编写E2E测试 ## 为什么要写 E2E 测试
