Mock Ethereum Environment for Cypress TestsThis module provides a function to set up a mocked Ethereum environment
for Cypress tests. It utilizes the Web3Mock library to simulate Ethereum
blockchain interactions and MetaMask wallet behavior.
This function is typically called in the Cypress support file or test
setup to ensure all tests run in a controlled, mocked Ethereum environment.
It allows for consistent and predictable testing of Ethereum-based
applications without the need for a real blockchain or wallet.