Member Junction
    Preparing search index...

    Variable values for a TestSuite. Stored in TestSuite.Variables JSON column.

    interface TestSuiteVariablesConfig {
        variables: { [variableName: string]: string | number | boolean | Date };
    }
    Index

    Properties

    Properties

    variables: { [variableName: string]: string | number | boolean | Date }

    Variable values to apply to all tests in this suite. Key is the variable name.