Wait Action
Download
Source Code:Â https://github.com/testify/WaitAction.git
Latest Snapshot: Coming Soon
Latest Release: Coming Soon
Description
The Wait Action is a Testify action service that causes the Testify system to wait for a set period of time. To use this action, the user must provide the action name, "WaitAction" (not case sensitive), followed by "::" and action information.
Action Information
The action information is the time in milliseconds that Testify will wait for. The example text below shows the format for this action. This example text would cause Testify to wait for 30 seconds. The action text below would be placed within one of the action phase blocks.
Action Block
WaitAction::30000