marianocodes / angular-screenshot-testing

This is an example of how to do screenshot testing with cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot Testing

Este es un ejemplo de Angular y Cypress con cypress-image-snapshot plugin para poder tomar capturas de pantalla y crear visual regression tests.

Comandos

  • npm run cypress:open - corre Cypress en modo interactivo
  • npm run cypress run - Cypress en modo headless
    • --env updateSnapshots=true - Actualiza snapshots

About

This is an example of how to do screenshot testing with cypress


Languages

Language:TypeScript 74.7%Language:JavaScript 14.7%Language:SCSS 6.2%Language:HTML 4.5%