stoobly
Preparing search index...
types
InterceptorSettings
Interface InterceptorSettings
interface
InterceptorSettings
{
framework
?:
TestFramework
;
mock
?:
MockSettings
;
mode
?:
InterceptMode
;
record
?:
RecordSettings
;
scenarioKey
?:
string
;
scenarioName
?:
string
;
sessionId
?:
string
;
test
?:
TestSettings
;
urls
:
(
string
|
RegExp
|
InterceptorUrl
)
[]
;
}
Index
Properties
framework?
mock?
mode?
record?
scenario
Key?
scenario
Name?
session
Id?
test?
urls
Properties
Optional
framework
framework
?:
TestFramework
Optional
mock
mock
?:
MockSettings
Optional
mode
mode
?:
InterceptMode
Optional
record
record
?:
RecordSettings
Optional
scenario
Key
scenarioKey
?:
string
Optional
scenario
Name
scenarioName
?:
string
Optional
session
Id
sessionId
?:
string
Optional
test
test
?:
TestSettings
urls
urls
:
(
string
|
RegExp
|
InterceptorUrl
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
framework
mock
mode
record
scenario
Key
scenario
Name
session
Id
test
urls
stoobly
Loading...