cypress-bootstrap
Version:
Cypress Bootstrap is a project scaffolding tool that sets up a Cypress automation framework with a standardized folder structure and Page Object Model (POM) design. It helps teams quickly start testing with built-in best practices and sample specs.
28 lines (22 loc) • 292 B
Plain Text
# Dependency directories
node_modules/
dist/
build/
# Cypress generated files
cypress/videos/
cypress/screenshots/
cypress/downloads/
cypress/results/
# Coverage directory
coverage/
# Logs
logs/
*.log
# Package files
*.tgz
*.zip
# Environment files
.env*
!.env.example
# Other
.DS_Store