Files
cypress/packages/config
Lachlan Miller 19075c70cf fix: retain original array after defaultsDeep #27240 (#27312)
* modifying object after array combination to hold older values

* regression test

* made suggested changes

* config defaults

* log

* logs

* log

* log again

* update log

* changelog

* updates changelog

* fix typo and move changelog entry and fix link

---------

Co-authored-by: Nihar Phansalkar <phansalkarnihar@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Cacie Prins <cacieprins@users.noreply.github.com>
Co-authored-by: Cacie Prins <cacie@cypress.io>
Co-authored-by: AtofStryker <bglesias@gmail.com>
2024-03-25 10:00:06 -04:00
..

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