spacewander commented on a change in pull request #3139:
URL: https://github.com/apache/apisix/pull/3139#discussion_r551079516
##########
File path: doc/plugin-develop.md
##########
@@ -285,6 +285,10 @@ When we request __/t__, which config in the configuration
file, the Nginx will c
"__no_error_log__" means to check the "__error.log__" of Nginx. There must be
no ERROR level record. The log files for the unit test
are located in the following folder: 't/servroot/logs'.
+The above test case represents a simple scenario. Most scenarios will require
multiple tests to validate. To do this, create multiple tests `=== TEST 1`,
`=== TEST 2`, and so on. These tests will be executed sequentially, allowing
you to break down scenarios into a sequence of atomic steps.
Review comment:
"require multiple tests" should be "require multiple steps"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]