https://github.com/n3ps/cypress-hardhat
POC
https://github.com/n3ps/cypress-hardhat
Last synced: about 1 year ago
JSON representation
POC
- Host: GitHub
- URL: https://github.com/n3ps/cypress-hardhat
- Owner: n3ps
- Created: 2022-02-25T17:35:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T18:16:17.000Z (over 4 years ago)
- Last Synced: 2025-04-03T16:48:36.052Z (over 1 year ago)
- Language: JavaScript
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
```bash
# First run - install dependencies
yarn
# Afterwards
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Running Tests
```bash
yarn test:e2e
```