https://github.com/nerkarso/cypress-testing-example
Example to test with Cypress
https://github.com/nerkarso/cypress-testing-example
cypress testing
Last synced: about 1 year ago
JSON representation
Example to test with Cypress
- Host: GitHub
- URL: https://github.com/nerkarso/cypress-testing-example
- Owner: nerkarso
- Created: 2021-07-14T06:31:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T22:49:08.000Z (about 3 years ago)
- Last Synced: 2025-01-29T20:35:38.481Z (over 1 year ago)
- Topics: cypress, testing
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress Testing

## Getting Started
```sh
pnpm install
```
## Cypress
```sh
pnpm open
```