Interface IProps

interface IProps {
    selections?: IPropsSelections;
    variables?: IPropsVariables;
}

Properties

selections?: IPropsSelections

Pre-define selections.

These selections can be referenced in the tests.

variables?: IPropsVariables

Define SESSION variables that can be used during the test suite execution.

Make sure that the name of the session variables is not overlapping with an existing document variable