Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAssertObjectFromExpressions ¶
BuildAssertObjectFromExpressions converts CLI --assert expressions into []app.Assertion. Valid forms:
exists <jsonpath|xpath> equals <jsonpath|xpath> <value> contains <jsonpath|xpath> <value> isNot <jsonpath|xpath> <value>
Supports both JSONPath ($.path) and XPath (/path)
@AI
func BuildExportsFromExpressions ¶
BuildExportsFromExpressions converts CLI --export expressions into app.Exports. Valid form: "varname jsonpath" Example: "user_id $.data.user_id"
func SetupStepCommands ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.