mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
e79fd64d54
* Support setting testingType specific config at root via cli args * Properly merge CLI testing-type specific arguments * Include CLI overrides when refreshing project config in dataContext * Make TS happy * Update config nesting to work without explicitly passed in testing type * Fix types * Fix types gooder * Fix server unit test for config nesting Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Config
The config package contains the configuration types and validation used in both the server and the driver for setting the Cypress configuration values.
Testing
Unit Tests
yarn workspace @packages/config test-unit