Wait Node
The Wait Node pauses the execution of a test flow for a specified duration. This is useful when dealing with asynchronous operations where you need to wait for a background process to complete before proceeding with the next step.
Configuration
duration: The amount of time to wait, in milliseconds. This can be a fixed number (e.g.,5000for 5 seconds) or a dynamic value from a context variable (e.g.,{{context.waitFor}}).