mock-web3-provider
mock-web3-provider copied to clipboard
support for playwright
Hi!
Any chance of future plans to support playwright in addition to cypress in the future?
Hello @olifur
I don't know how playwright works so I couldn't say. Are you able to modify the DOM prior to running tests with playwright? If so, I don't know why you couldn't set this to window.ethereum
and then use it to interact with your dapp.
If this is something that you test, please let me know and perhaps we can update the readme with the steps needed.