- createFixture(opts?): {
expect: Expect<{}>;
test: TestType<PlaywrightTestArgs & {
metamask: Metamask;
} & KeyValue, PlaywrightWorkerArgs>;
} Returns {
expect: Expect<{}>;
test: TestType<PlaywrightTestArgs & {
metamask: Metamask;
} & KeyValue, PlaywrightWorkerArgs>;
}
expect: Expect<{}>
test: TestType<PlaywrightTestArgs & {
metamask: Metamask;
} & KeyValue, PlaywrightWorkerArgs>
Create a new metamask fixture with the given options