From 0c0a8d439383d8fd98d76a1d9199871b04c62304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E7=B2=BE=E6=96=87?= <909098131@qq.com> Date: Mon, 29 Mar 2021 13:35:24 +0800 Subject: [PATCH] Revise document description for #4651 (#6638) --- docs/en/guides/Plugin-test.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/guides/Plugin-test.md b/docs/en/guides/Plugin-test.md index e690eb50b..fd9def034 100644 --- a/docs/en/guides/Plugin-test.md +++ b/docs/en/guides/Plugin-test.md @@ -105,7 +105,6 @@ File Name | Descriptions | entryService | The entrance endpoint(URL) for test case access. Required. (HTTP Method: GET) | healthCheck | The health check endpoint(URL) for test case access. Required. (HTTP Method: HEAD) | startScript | Path of start up script. Required in `type: jvm` only. -| framework | Case name. | runningMode | Running mode whether with the optional plugin, options, `default`(default), `with_optional`, `with_bootstrap` | withPlugins | Plugin selector rule. eg:`apm-spring-annotation-plugin-*.jar`. Required when `runningMode=with_optional` or `runningMode=with_bootstrap`. | environment | Same as `docker-compose#environment`. @@ -131,7 +130,6 @@ type: entryService: healthCheck: startScript: -framework: runningMode: withPlugins: environment: