function#
As the root keyword#
Define functions used by other keywords.
function:
- name: 'f1_name'
...
- name: 'f2_name'
...
Specification#
- Arguments:
List of function specifications
- Default:
None
Child keywords#
For each function:
Example#
As the child keyword of analysis step#
Specify the function used in the analysis step.
analysis:
steps:
- step: "..."
type: "script"
module: "..."
function: "..."
- Parent keyword:
- Arguments:
String
- Default:
None
Related pages