https://github.com/etherspot/e2e-gmx
https://github.com/etherspot/e2e-gmx
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etherspot/e2e-gmx
- Owner: etherspot
- Created: 2023-08-16T13:57:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T10:16:14.000Z (over 2 years ago)
- Last Synced: 2025-02-20T01:18:57.626Z (over 1 year ago)
- Language: JavaScript
- Size: 397 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GMX Portal 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
```