Jump To Task

Jump directly to given task, skipping the rest of the task execution. If run inside a teardown, also skips the rest of the teardown sequence.

Arguments

Argument Type Default value Description
namenull

Jump To Task If

Jump directly to given task according to the condition.

Arguments

Argument Type Default value Description
conditionnull
namenull
defaultNone

Jump To Task If Keyword Fails

Executes given keyword and jumps to given task if it fails.

Arguments

Argument Type Default value Description
tasknull
keywordnull
argsnull

Jump To Task If Keyword Succeeds

Executes given keyword and jumps to given task if it succeeds.

Arguments

Argument Type Default value Description
tasknull
keywordnull
argsnull

Set Next Task

Set the next task to be executed. Should be a task in the same suite.

Arguments

Argument Type Default value Description
namenullName of next task
param name:Name of next task

Set Next Task If

Set the next task according to the condition. If no default is given, does not modify execution order.

Arguments

Argument Type Default value Description
conditionnullCondition expression to evaluate
namenullName of next task, if successful
defaultNoneName of next task, if unsuccessful
param condition:
 Condition expression to evaluate
param name:Name of next task, if successful
param default:Name of next task, if unsuccessful

Set Next Task If Keyword Fails

Executes given keyword and sets the next task if it fails.

Arguments

Argument Type Default value Description
tasknull
keywordnull
argsnull

Set Next Task If Keyword Succeeds

Executes given keyword and sets the next task if it succeeds.

Arguments

Argument Type Default value Description
tasknull
keywordnull
argsnull