UNPKG

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.

15 lines (11 loc) 140 B
language: node_js node_js: - "6" - "5" - "4" install: - make node_modules script: - make lint - make test - make coveralls