https://github.com/irontec/examples-cypressio
https://github.com/irontec/examples-cypressio
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/irontec/examples-cypressio
- Owner: irontec
- Created: 2019-04-01T08:59:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T15:42:08.000Z (about 7 years ago)
- Last Synced: 2025-01-31T04:53:53.102Z (over 1 year ago)
- Language: JavaScript
- Size: 320 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# examples-cypressio
## Levantar proyecto
Para levantar el proyecto, primero instalar los paquetes de node:
```bash
npm i
```
Y después lanzar los test en modo open o run.
```bash
npm run cy:open
npm run cy:run
```