mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 07:10:12 -06:00
* add experimental feature for sameSite * allow experimental descriptions to render markdown * sameSite support mostly working * also strip sameSite from setCookie yielded value * don't use `unspecified` - let browser set default * add tests * decaffeinate: Rename cdp_automation_spec.coffee from .coffee to .js * decaffeinate: Convert cdp_automation_spec.coffee to JS * decaffeinate: Run post-processing cleanups on cdp_automation_spec.coffee * cleanup cdp_automation_spec.ts * update unit tests * update settings_spec to not render as markdown * user-friendly error for insecure SameSite=None * fix styling * fix markdown renderer * update types + schema * use renderInline * update experiment summary * bind renderFn to md
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.