https://github.com/eperedo/cypress-learning
https://github.com/eperedo/cypress-learning
bootstrap cypress
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eperedo/cypress-learning
- Owner: eperedo
- Created: 2018-09-22T20:25:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T02:15:16.000Z (over 7 years ago)
- Last Synced: 2025-02-07T23:27:20.955Z (over 1 year ago)
- Topics: bootstrap, cypress
- Language: JavaScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Cypress Testing
> a basic guide to get started with Cypress
### Usage
1. Installing dependencies
```bash
npm i
```
2. Open server
```bash
npm run dev
```
3. Run tests
```bash
npm run co
```