mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 13:41:26 -06:00
12 lines
581 B
Markdown
12 lines
581 B
Markdown
# cypress.json file schema
|
|
|
|
This [schema file](cypress.schema.json) provides definitions for
|
|
[various Cypress configuration](https://on.cypress.io/configuration) properties
|
|
inside `cypress.json` file.
|
|
When editing `cypress.json` the schema file is used by
|
|
[Schemastore](http://schemastore.org/json/) to provide IntelliSense and
|
|
validation. Works in modern text editors like VSCode, WebStorm and Atom with help with the
|
|
help of [autocomplete-json plugin](https://atom.io/packages/autocomplete-json).
|
|
|
|
See [VSCode documentation](https://code.visualstudio.com/docs/languages/json)
|