Skip to main content

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 synpressCommandsForEthereumWalletMock(): void
Initializes Synpress commands for the Ethereum Wallet Mock. This function adds custom Cypress commands for interacting with a mocked Ethereum wallet. These commands include wallet import, account management, network operations, and dApp connections.

Returns

void

Example

import { synpressCommandsForEthereumWalletMock } from '@synthetixio/synpress/cypress/support';

synpressCommandsForEthereumWalletMock();