mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-11 20:09:47 -05:00
chore: remove rawJson from Cypress.state() (#23948)
This commit is contained in:
5
packages/CHANGELOG.md
Normal file
5
packages/CHANGELOG.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Unreleased Cypress App Changes
|
||||
|
||||
## Breaking
|
||||
|
||||
- Removed the `rawJson` configuration data from `Cypress.state()`. Addressed [#23945](https://github.com/cypress-io/cypress/issues/23945).
|
||||
@@ -219,7 +219,7 @@ class $Cypress {
|
||||
// change this in the NEXT_BREAKING
|
||||
const { env } = config
|
||||
|
||||
config = _.omit(config, 'env', 'remote', 'resolved', 'scaffoldedFiles', 'state', 'testingType', 'isCrossOriginSpecBridge')
|
||||
config = _.omit(config, 'env', 'rawJson', 'remote', 'resolved', 'scaffoldedFiles', 'state', 'testingType', 'isCrossOriginSpecBridge')
|
||||
|
||||
_.extend(this, browserInfo(config))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user