Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.22 KB

EiffelTestCaseStartedEvent.md

File metadata and controls

48 lines (38 loc) · 2.22 KB

EiffelTestCaseStartedEvent (TCS)

The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a EiffelTestCaseTriggeredEvent, and appropriately linked to via TEST_CASE_EXECUTION.

Data Members

data.executor

Type: String
Required: No
Description: The name of the test case executor, if applicable. This property can be used to identify tests executed by a particular test framework.

data.liveLogs

Type: Object[]
Required: No
Description: An array of live log files available during execution. These shall not be presumed to be stored persistently; in other words, once the test case execution has finished there is no guarantee that these links are valid. Persistently stored logs shall be (re-)declared by EiffelTestCaseFinishedEvent.

data.liveLogs.name

Type: String
Required: Yes
Description: The name of the log file.

data.liveLogs.uri

Type: String
Required: Yes
Description: The URI at which the log can be retrieved.

Version History

Version Introduced in Changes
1.0.0 edition-bordeaux Initial version.

Examples