Files
TechradarDev/radar/2021-07-01/cypress.md
2024-05-03 12:06:49 +02:00

14 lines
570 B
Markdown

---
title: "Cypress"
ring: adopt
quadrant: tools
tags: [academy training, frontend, quality assurance]
---
Cypress has proven itself in AOE projects. With its support for JavaScript and TypeScript, Cypress is a testing tool
that strongly resonates with front-end developers. It is very easy to adopt, and the test specifications are easy to
implement and maintain. Test execution is swift, and the results are well-documented, understandable, and easy to
publish, for example, via GitLab Pages.
Currently, it supports Chrome, Firefox, and Electron.