Cypress
Dev ToolsFast, easy and reliable testing for anything that runs in a browser.
Release History
v15.11.0This release points to the Cypress changelog for version 15.11.0, which contains the specific updates.
v15.10.0This release note only provides a link to the Cypress changelog for version 15.10.0 and contains no specific extracted details.
v15.9.0This release points to the Cypress changelog for version 15.9.0, indicating updates are detailed there.
v15.8.2Release notes not provided.
v15.8.1No specific changelog details were provided; see the Cypress changelog at the linked URL for full information.
v15.8.0v15.7.1Release notes contain only a link to the Cypress changelog; no specific changes were extracted.
v15.7.0Release notes not provided.
v15.6.0Cypress 15.6.0 release notes are referenced in the official changelog.
v15.5.0No specific changelog details were provided; therefore no items could be extracted.
v15.4.0The provided release notes only contain a link to the Cypress changelog for version 15.4.0 without specific details, so no structured changelog data could be extracted.
v15.3.0No specific changelog details were provided; refer to the Cypress 15.3.0 changelog for full information.
v15.2.0v15.1.0v15.0.0Cypress 15.0.0 release.
v14.5.4No changelog details were provided for this release.
v14.5.3Release notes were not provided; no specific changes could be extracted.
v14.5.2No specific changes were listed in the provided release notes.
v14.5.1No detailed release notes were provided; only a link to the Cypress changelog for version 14.5.1 is available.
v14.5.0The provided release notes only contain a link to the Cypress 14.5.0 changelog and no specific change details, so no structured items could be extracted.
v14.4.1No changelog details provided for version 14.4.1.
v14.4.0Cypress 14.4.0 release notes are available at the provided link; no specific changes were extracted from the supplied text.
v14.3.3No changelog details were provided in the input.
v14.3.2Cypress 14.3.2 release (no specific changes were provided in the notes).
v14.3.1No specific changelog details were provided; refer to the linked Cypress documentation for version 14.3.1.
v14.3.0Cypress version 14.3.0 release (no specific changelog details provided).
v14.2.1Cypress 14.2.1 release.
v14.2.0Cypress 14.2.0 release details are documented in the official changelog.
v14.1.0v14.0.3Cypress 14.0.3 release (no specific changes were provided in the notes).
v14.0.2The release points to the Cypress 14.0.2 changelog but does not list specific changes; refer to the linked documentation for details.
v14.0.1No detailed changelog information was provided; refer to the linked Cypress changelog for version 14.0.1.
v14.0.0No specific changelog details were provided in the input.
Common Errors
TypeError1 reportThis "TypeError: _.map is not a function" in Cypress often occurs when a Cypress configuration file (cypress.config.js/ts) or a plugin file is attempting to use the Lodash `map` function on a variable that is not an array (e.g., it's undefined, a single value, or an object). Ensure the variable you are trying to map over is indeed an array; if it's coming from a configuration property, verify that the property is correctly defined and returning an array. You may need to initialize the variable or handle cases where it might be undefined or not an array before attempting to map over it.
WebDriverError1 reportWebDriverError in Cypress often arises from incompatibility issues between the Cypress browser automation extension and the specific browser version being used, particularly after browser updates. To resolve this, either downgrade the browser to a version compatible with your installed Cypress version, or upgrade Cypress to the latest version which typically supports newer browser releases. Check the Cypress documentation for browser version compatibility charts to ensure alignment.
TsConfigNotFoundError1 reportThe "TsConfigNotFoundError" in Cypress usually means the `tsconfig.json` file isn't in the expected project root or Cypress can't locate it. Ensure your `tsconfig.json` is in the project's root directory and that your `cypress.config.ts` file correctly references it using the `typescript.tsconfig` configuration option, explicitly pointing to its path. If it's already there, verify the file name is precisely `tsconfig.json` and there are no typos in the `cypress.config.ts` configuration.
Related Dev Tools Packages
Empowering everyone to build reliable and efficient software.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Next generation frontend tooling. It's fast!
An extremely fast Python package and project manager, written in Rust.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Subscribe to Updates
Get notified when new versions are released