0a5ab058a6
- Angular 12 application with PrimeNG components - 5 existing Cypress e2e test suites - SCSS styling with BEM naming convention - i18n support (10 languages) - Leaflet map integration - Complete component hierarchy and routing structure This baseline will be used for Angular → React migration.
Cypress
Fast, easy and reliable testing for anything that runs in a browser.
What is this?
Cypress comes packaged as an npm module, which is all you need to get started testing.
After installing you'll be able to:
- Open Cypress from the CLI
- Run Cypress from the CLI
requireCypress as a module
Install
Please check our system requirements.
npm install --save-dev cypress
Documentation
Please visit our documentation for a full list of commands and examples.