Edit

Share via


TestScriptConfiguration interface

Properties

description
dialog
enableTrace
httpRequestMocks
languagePolicy
locale
script
settingMocks
userTokenMocks

Property Details

description

description?: string

Property Value

string

dialog

dialog?: string | Dialog

Property Value

string | Dialog

enableTrace

enableTrace?: boolean

Property Value

boolean

httpRequestMocks

httpRequestMocks?: string[] | HttpRequestMock[]

Property Value

string[] | HttpRequestMock[]

languagePolicy

languagePolicy?: Record<string, string[]> | LanguagePolicy

Property Value

Record<string, string[]> | LanguagePolicy

locale

locale?: string

Property Value

string

script

script?: TestAction[]

Property Value

settingMocks

settingMocks?: string[] | SettingMock[]

Property Value

string[] | SettingMock[]

userTokenMocks

userTokenMocks?: string[] | UserTokenMock[]

Property Value

string[] | UserTokenMock[]