Start Node
The Start Node is the entry point for every test case. It acts as the root of the test flow, and all other nodes are executed as its children.
Configuration
The StartNode itself has minimal configuration. Its primary role is to act as the container for the test case’s logic.
caseId: An optional identifier for the test case itself.cleanNode: An optionalSequenceNodethat can be configured to run cleanup steps after the main test flow has completed, regardless of whether it passed or failed.