Returns
void
Remarks
Key features:- Mocks the Ethereum blockchain environment
- Simulates MetaMask wallet functionality
- Automatically applied before each test suite
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function mockEthereum(): void
void
// In your Cypress support file
import { mockEthereum } from '@synthetixio/synpress/cypress/support';
mockEthereum();
