mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
a7ecbec2a3
* fix: do not allow experimentalSessionAndOrigin to be available in CT per https://github.com/cypress-io/cypress/issues/21573 * remove experimentalSessionAndOrigin config as it is read only * move runner session tests under own system test project to turn on experimentalSessionAndOrigin flag * refactor session ui runner tests to point to runner-session-e2e-specs folder * fix cypress_spec.js to account for experimentalSessionAndOrigin options * remove experimentalSessionAndOrigin from env args
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