mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-17 09:51:58 -05:00
* feat: use supportFile by testingType * Fix defaults * Start renaming files, and updating system-tests * Fix some tests * Fix some tests * Fix more tests * Try to fix CI * Fix more tests * Fix some tests * Revert changes * Revert supportFile defaultValue * Fix some tests * Fix some tests * Fix some tests * Fix some tests * Update supportFile example * Update snapshots * Remove scaffold support * Handle config errors * Remove scaffold * Fix tests * Fix test * Update test * Fix test * Update supportFile template * Fix template
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.