Files
cypress/cli/schema
Lachlan Miller a94c9d5ef0 feat: support ct/e2e specific overrides in cypress.json (#15444)
Co-authored-by: ElevateBart <ledouxb@gmail.com>
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
2021-03-13 03:47:49 -05:00
..

cypress.json file schema

This schema file provides definitions for various Cypress configuration properties inside cypress.json file. When editing cypress.json the schema file is used by Schemastore to provide IntelliSense and validation. Works in modern text editors like VSCode, WebStorm and Atom with help with the help of autocomplete-json plugin.

See VSCode documentation