diff --git a/docs/en/guides/Plugin-test.md b/docs/en/guides/Plugin-test.md index e690eb50bcde7f8f57a44d763b9cc170955a8b1b..fd9def0348deddff1bddba505c862e41e6363120 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: