Hierarchy

  • AftTestConfig

Constructors

Properties

additionalMetadata: {} = {}

a Javascript object containing key value pairs to be included in the metadata section of all submitted TestResult objects.

NOTE

this is added before any default values so it could be overwritten by values such as durationMs, buildNumber and buildName if the same keys are used

Type declaration

    allowAnyTestId: boolean = false

    set to true to allow submitting results for test IDs not included in the testIds array or within the description (otherwise an exception is thrown)

    Default

    false
    
    haltOnVerifyFailure: boolean = true

    set to false to allow a testFunction to continue execution after a failed comparison within a AftTest.verify(actual, expected) function

    Default

    true
    

    Generated using TypeDoc