@wpazderski/playwright-utils
Preparing search index...
webEnvExtensions/assertions/matchers/types
MatcherState
Interface MatcherState
Asymmetric matcher state.
interface
MatcherState
{
assertionCalls
:
number
;
currentConcurrentTestName
?:
()
=>
undefined
|
string
;
currentTestName
?:
string
;
error
?:
Error
;
expand
?:
boolean
;
expectedAssertionsNumber
:
null
|
number
;
expectedAssertionsNumberError
?:
Error
;
isExpectingAssertions
:
boolean
;
isExpectingAssertionsError
?:
Error
;
isNot
?:
boolean
;
numPassingAsserts
:
number
;
promise
?:
string
;
suppressedErrors
:
Error
[]
;
testPath
?:
string
;
}
Index
Properties
assertion
Calls
current
Concurrent
Test
Name?
current
Test
Name?
error?
expand?
expected
Assertions
Number
expected
Assertions
Number
Error?
is
Expecting
Assertions
is
Expecting
Assertions
Error?
is
Not?
num
Passing
Asserts
promise?
suppressed
Errors
test
Path?
Properties
assertion
Calls
assertionCalls
:
number
Optional
current
Concurrent
Test
Name
currentConcurrentTestName
?:
()
=>
undefined
|
string
Optional
current
Test
Name
currentTestName
?:
string
Optional
error
error
?:
Error
Optional
expand
expand
?:
boolean
expected
Assertions
Number
expectedAssertionsNumber
:
null
|
number
Optional
expected
Assertions
Number
Error
expectedAssertionsNumberError
?:
Error
is
Expecting
Assertions
isExpectingAssertions
:
boolean
Optional
is
Expecting
Assertions
Error
isExpectingAssertionsError
?:
Error
Optional
is
Not
isNot
?:
boolean
num
Passing
Asserts
numPassingAsserts
:
number
Optional
promise
promise
?:
string
suppressed
Errors
suppressedErrors
:
Error
[]
Optional
test
Path
testPath
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assertion
Calls
current
Concurrent
Test
Name
current
Test
Name
error
expand
expected
Assertions
Number
expected
Assertions
Number
Error
is
Expecting
Assertions
is
Expecting
Assertions
Error
is
Not
num
Passing
Asserts
promise
suppressed
Errors
test
Path
@wpazderski/playwright-utils
Loading...
Asymmetric matcher state.