Files
cypress/cli/schema
James Garbutt a7ff8fddc2 add some shadow dom support (#7469)
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com>
2020-06-08 13:05:32 -04: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