ChainSafe / dappeteer

[DEPRECATED]🏌🏼‍E2E testing for dApps using Puppeteer + MetaMask
Other
491 stars 152 forks source link

Improve DX with utilizing `node_modules/.cache` #251

Closed BeroBurny closed 1 year ago

BeroBurny commented 1 year ago

Currently downloaded MetaMask extension is stored inside dappeteers .metamask folder. What is ok for developing it, but in the user's case the files will be deep in node_modules which makes it hard to cache for CI or to free up user space. To improve this we should utilize node_modules/.cache for storing data.