Create Timestamp Action
Download
Source Code: https://github.com/testify/CreateTimestampAction.git
Latest Snapshot: Coming Soon
Latest Release: Coming Soon
Description
The Create Timestamp Action is a Testify action service that takes a current timestamp using the time zone set by the user in the action information. The time stamp is added to the test properties under the property name "testify.timestamp." plus the time zone (for example, "testify.timestamp.utc"). To use this action, the user must provide the action name, "CreateTimestampAction" (not case sensitive), followed by "::" and action information.
Action Information
The action information is the time zone abbreviation that the time stamp should be set to. The example text below shows the format for this action. This example text would create a property called "testify.timestamp.utc" with a value equal to the current UTC time. The action text below would be placed within one of the action phase blocks.
CreateTimestampAction::UTC