https://github.com/elaichenkov/cypress-log-issue
https://github.com/elaichenkov/cypress-log-issue
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elaichenkov/cypress-log-issue
- Owner: elaichenkov
- Created: 2024-01-11T11:22:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:35:10.000Z (over 2 years ago)
- Last Synced: 2025-02-13T13:50:20.666Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minimal reproducible example for the log duplication
## Run the tests
```bash
npm test
```
## Take a look at the terminal
```bash
Running: spec.cy.js
This will be output to the terminal
This will be output to the terminal
✓ passes (509ms)
```