Files
cypress/cli/schema
Chris Breiding f47d5c0574 feat: Add before:spec event (#9646)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-12-16 16:25:14 -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