mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
57f6110d29
* feat: implement JIT component experiment [run ci] * don't update the dev server unnecessarily if the run is cancelled [run ci] * fix system test flake * Update cli/types/cypress.d.ts Co-authored-by: Ryan Manuel <ryanm@cypress.io> * Update system-tests/projects/experimental-JIT/webpack/cypress/support/component-index.html Co-authored-by: Ryan Manuel <ryanm@cypress.io> * Update system-tests/projects/experimental-JIT/vite/cypress/support/component-index.html Co-authored-by: Ryan Manuel <ryanm@cypress.io> * chore: ignore node_modules for webpack dev server * be sure to end span when throwing error --------- Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Config
The config package contains the configuration types and validation used in both the server, the data-context and the driver for setting the Cypress configuration values.
Testing
Unit Tests
yarn workspace @packages/config test-unit