Initial commit

This commit is contained in:
2026-01-22 21:26:43 -03:00
commit 85726333b1
8 changed files with 2131 additions and 0 deletions

23
readme.md Normal file
View File

@@ -0,0 +1,23 @@
# 📸 Shooter
A streamlined utility for capturing automated screenshots using the power of Cypress.
## 🚀 Features
- **Automated Captures**: Quickly snap screenshots of your web applications.
- **Simple Workflow**: Integrated directly into your npm scripts.
- **Organized Storage**: Automatically categorizes screenshots for easy access. (Lol, it made up this feature)
## 🛠 Usage
To trigger the screenshot process, run the following command in your terminal:
```bash
npm run shoot
```
Till here this readme was AI generated
## Docs
- https://docs.cypress.io/app/get-started/install-cypress#System-requirements
- https://docs.cypress.io/api/cypress-api/screenshot-api#__docusaurus_skipToContent_fallback
Clone, install, inside the folder npm run shoot and you should be good to go