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