EnumRemoteCommands
Enum
Possible commands
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public enum RemoteCommands
Fields
Execute
Sent by the controller to execute tests
Exit
Sent by the controller to abort
HasExecuted
Send by the runner to indicate that execution is complete
HasExited
Sent by the runner to indicate that execution has exited.
Pinged
Send by the Runner to the controller in response to a ping to indicate that it is still alive.
ResetBrowser
Send by the Scheduling service to notify the UI Runner that the next run will require different browser
RunCompleted
Send by the Scheduling service to notify the UI Runner that the entire Test List has been executed.