https://github.com/hugomrdias/metamask
Collection of tools for E2E testing metamask, metamask flask and metamask snaps.
https://github.com/hugomrdias/metamask
filecoin filsnap metamask playwright testing
Last synced: about 1 year ago
JSON representation
Collection of tools for E2E testing metamask, metamask flask and metamask snaps.
- Host: GitHub
- URL: https://github.com/hugomrdias/metamask
- Owner: hugomrdias
- License: mit
- Created: 2023-03-09T13:43:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T11:12:01.000Z (about 1 year ago)
- Last Synced: 2025-04-28T13:09:05.834Z (about 1 year ago)
- Topics: filecoin, filsnap, metamask, playwright, testing
- Language: JavaScript
- Homepage: https://hugomrdias.github.io/metamask/
- Size: 588 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Metamask Tools Monorepo
## Install
```bash
# install all dependencies in the mono-repo
pnpm install
# setup git hooks
npx simple-git-hooks
```
## Packages
- [metamask-testing-tools](./packages/tools) - This is a collection of tools for testing metamask, metamask flask and metamask snaps.
## Contributing
Read contributing guidelines [here](.github/CONTRIBUTING.md).
[](https://codespaces.new/hugomrdias/metamask)
## License
[MIT](./license) © [Hugo Dias](http://hugodias.me)