You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `--delay` flag specifies the number of seconds Keploy should wait after starting your application before replaying requests to re-record.
321
+
This is useful if your application takes some time to start (for example, when running inside a Docker container or a heavy framework).
322
+
323
+
- Adjust the delay to match your app's startup time.
324
+
- For example, use `--delay 10` to wait for 10 seconds.
325
+
310
326
## [templatize](#templatize)
311
327
312
328
The `templatize` cmd allows the user to templatize important fields in the testcases who's values are used in the request of testcases and that may change in the future.
0 commit comments