https://github.com/etherspot/e2e-sdk-prime-browser
https://github.com/etherspot/e2e-sdk-prime-browser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etherspot/e2e-sdk-prime-browser
- Owner: etherspot
- Created: 2024-03-11T11:10:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:13:38.000Z (about 2 years ago)
- Last Synced: 2025-10-24T01:58:06.626Z (8 months ago)
- Language: JavaScript
- Size: 766 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Builder Application Tests with Metamask Synpress
## How to launch tests locally
1. Change variables on your own in `.env` file
2. Install dependencies
```bash
npm install
```
3. Start tests
```bash
npm run
```