Cypress (EN)

Tool

End-to-end testing framework for web applications

Architecture

flowchart TD     A[Testrunner] --> B[Browser]     B --> C[Webanwendung]     C --> D[DOM]     C --> E[API-Endpunkte]     C --> F[Backend]     F --> G[Datenbank] 

In Context

  • Typically used together with JavaScript/TypeScript projects
  • Related to: Selenium, Jest, Mocha, Puppeteer
  • Example use case: Automated tests for Single-Page Applications
Quelle: AI Generated