> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synpress.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: metaMaskFixtures()

```ts theme={null}
function metaMaskFixtures(walletSetup, slowMo?): TestType<PlaywrightTestArgs & PlaywrightTestOptions & MetaMaskFixtures, PlaywrightWorkerArgs & PlaywrightWorkerOptions>
```

## Parameters

| Parameter                     | Type                  |
| :---------------------------- | :-------------------- |
| `walletSetup`                 | `object`              |
| `walletSetup.fn`              | `WalletSetupFunction` |
| `walletSetup.hash`?           | `string`              |
| `walletSetup.walletPassword`? | `string`              |
| `slowMo`?                     | `number`              |

## Returns

`TestType`\<`PlaywrightTestArgs` & `PlaywrightTestOptions` & `MetaMaskFixtures`, `PlaywrightWorkerArgs` & `PlaywrightWorkerOptions`>
