{"library":"get-data-from-cache","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.0.26","tags":["javascript","cypress","plugin","cache","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install get-data-from-cache","imports":["const cachePlugin = require('get-data-from-cache');","cy.task('putDataInCache', { key: 'myKey', data: myData })","cy.task('getDataFromCache', 'myKey').then((data) => { ... })"]},{"cmd":"yarn add get-data-from-cache","imports":[]},{"cmd":"pnpm add get-data-from-cache","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"get-data-from-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}