tag() function
Add a tag to a scenario.
This function adds a user-defined tag to the specified scenario.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
scenario |
Scenario
|
The scenario to which the tag will be added. |
required |
tag |
str
|
The tag to apply to the scenario. |
required |