synpress
synpress copied to clipboard
[💡 Feature]: Save metamask configuration in a fixture so that the entire setup doesn't happen with every run
Is your feature request related to a problem?
no
Describe the solution you'd like.
I'd like for the metamask configuration to be cached/saved so that every time the dapp opens it's as if I've opened it with my local chrome browser. This makes iteration fast while writing tests.
Describe alternatives you've considered.
I've added a mock provider to my dapp so I bypass whatever metamask interactivity needed... I use that to develop, when I'm done iterating I replace that wiht metamask's interface.
Additional context
No response