• Create a new metamask fixture with the given options

    Parameters

    Returns {
        expect: Expect<{}>;
        test: TestType<
            PlaywrightTestArgs & PlaywrightTestOptions & { metamask: Metamask },
            PlaywrightWorkerArgs & PlaywrightWorkerOptions,
        >;
    }