metamask-testing-tools - v2.2.6
Github
Preparing search index...
fixture
createFixture
Function createFixture
createFixture
(
opts
?:
FixtureOptions
,
)
:
{
expect
:
Expect
<
{}
>
;
test
:
TestType
<
PlaywrightTestArgs
&
PlaywrightTestOptions
&
{
metamask
:
Metamask
}
,
PlaywrightWorkerArgs
&
PlaywrightWorkerOptions
,
>
;
}
Create a new metamask fixture with the given options
Parameters
opts
:
FixtureOptions
= {}
Returns
{
expect
:
Expect
<
{}
>
;
test
:
TestType
<
PlaywrightTestArgs
&
PlaywrightTestOptions
&
{
metamask
:
Metamask
}
,
PlaywrightWorkerArgs
&
PlaywrightWorkerOptions
,
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
metamask-testing-tools - v2.2.6
Loading...
Create a new metamask fixture with the given options