{"library":"cypress","type":"library","category":null,"description":"Cypress is a comprehensive front-end testing framework designed for the modern web, enabling end-to-end, integration, and component testing. Unlike traditional WebDriver-based solutions, Cypress executes tests directly within the browser, providing a unique interactive experience with real-time command logs, time-travel debugging, and automatic reloads. Its architecture allows for direct manipulation of the browser, network requests, and DOM, leading to more reliable and faster tests. The current stable version is 15.14.0. Cypress maintains a relatively fast release cadence, with minor versions often released every few weeks to introduce new features, bug fixes, and performance improvements, while major versions (e.g., v10, v12) introduce more significant breaking changes and architectural shifts. Key differentiators include its bundled nature (no external WebDriver), interactive test runner, built-in assertion library (Chai), and powerful mocking capabilities for network requests.","language":"javascript","status":"active","version":"15.14.0","tags":["javascript","automation","browser","cypress","cypress.io","e2e","end-to-end","integration","component","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install cypress","imports":["/// <reference types=\"cypress\" />\n// OR add \"cypress\" to types array in tsconfig.json\n// cy is a global object provided by Cypress runtime","/// <reference types=\"cypress\" />\n// OR add \"cypress\" to types array in tsconfig.json\n// Cypress is a global object provided by Cypress runtime","import { mount } from '@cypress/react'; // or '@cypress/vue', etc."]},{"cmd":"yarn add cypress","imports":[]},{"cmd":"pnpm add cypress","imports":[]}],"homepage":"https://www.cypress.io","github":"https://github.com/cypress-io/cypress","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cypress","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/cypress/compatibility"}}