Commit Graph

7 Commits

Author SHA1 Message Date
Matt Schile 69873ae988 chore: remove experimentalSessionAndOrigin flag (#24340)
BREAKING CHANGE: removed experimentalSessionAndOrigin flag. testIsolation defaults to strict
2022-10-24 08:49:13 -06:00
Bill Glesias a7ecbec2a3 fix: do not allow experimentalSessionAndOrigin to be available in CT … (#21588)
* 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
2022-05-23 13:55:15 -04:00
Blue F c7ffaaee44 Merge pull request #20568 from cypress-io/UNIFY-1291-remove-old-schema
chore: Remove old config schema
2022-03-16 09:28:25 -07:00
BlueWinds 3a053a3727 Remove additional references to deleted schema file 2022-03-15 10:53:37 -07:00
BlueWinds 95b9fc7e73 Move slowTestThreshold into testing type specific configuration 2022-03-10 14:28:16 -08:00
Lachlan Miller 7a029256e8 fix(launchpad): support default export (#20383)
Co-authored-by: David Munechika <david.munechika@gatech.edu>
Co-authored-by: ElevateBart <ledouxb@gmail.com>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2022-03-01 17:33:44 -06:00
Cesar bdc7c01d62 feat: convert cypress.json to cypress.config.js (#19748)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
Co-authored-by: ElevateBart <ledouxb@gmail.com>
2022-01-20 15:43:09 -06:00