get-data-from-cache

JSON →
library 1.0.26 ·javascript
verified Jun 7, 2026

A Cypress plugin for caching data across tests, eliminating redundant API calls and improving test reliability. Current stable version is 1.0.26 (active development, frequent updates). Key differentiator: simple key-value cache within Cypress's task system, with TypeScript support. Compared to cy.fixtures or manual global variables, it provides a dedicated, typed cache mechanism with automatic cleanup between test suites.