DynamicExecutor runs every (or some filtered) prefixed functions
in a specific directory.
For reference, it's useful for test program development of a backend server.
Just write test functions under a directory, and just specify it.
Furthermore, if you compose e2e test programs to utilize the @nestia/sdk
generated API functions, you can take advantage of DynamicBenchmarker
at the same time.
When you want to see some utilization cases, see the below example links.
Dynamic Executor running prefixed functions.
DynamicExecutor
runs every (or some filtered) prefixed functions in a specific directory.For reference, it's useful for test program development of a backend server. Just write test functions under a directory, and just specify it. Furthermore, if you compose e2e test programs to utilize the
@nestia/sdk
generated API functions, you can take advantage of DynamicBenchmarker at the same time.When you want to see some utilization cases, see the below example links.
Example
Example
Author
Jeongho Nam - https://github.com/samchon