metamask-testing-tools - v2.2.6
    Preparing search index...

    Function createFixture

    • Create a new metamask fixture with the given options

      Parameters

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