chore: initial commit

This commit is contained in:
2025-09-11 22:35:57 +02:00
commit c8a8c3aa9f
14 changed files with 1502 additions and 0 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Example environment configuration
# Copy this file to .env and set your actual values
# URL to open in the browser
TARGET_URL=https://laligabares.com/denuncias/
# Run browser in headless mode (true/false)
# Set to false for debugging to see the browser window
HEADLESS=false
# Use mock data generation instead of denuncias.yml file (true/false)
# Set to true to generate realistic test data automatically
USE_MOCK_DATA=false