Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation: Deprecate resource type of intercept's request object #30512

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Nov 1, 2024

Additional details

In order to potentially remove proxy correlation, we need to remove the dependency on resourceType. In addition, since the values come from CDP, with the transition to BiDi, these values may no longer be the same.

Our intention is to replace essential functionality dependent on the resourceType within Cypress (like hiding network logs that are not fetch/xhr) in a future version.

Steps to test

How has the user experience changed?

PR Tasks

@jennifer-shehane jennifer-shehane self-assigned this Nov 1, 2024
@jennifer-shehane jennifer-shehane changed the base branch from develop to release/14.0.0 November 1, 2024 15:13
Copy link

cypress bot commented Nov 1, 2024

cypress    Run #58066

Run Properties:  status check passed Passed #58066  •  git commit b2ee2fde1e: Add changelog entry
Project cypress
Branch Review deprecate-resource-type
Run status status check passed Passed #58066
Run duration 21m 42s
Commit git commit b2ee2fde1e: Add changelog entry
Committer Jennifer Shehane
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 5
Tests that did not run due to a developer annotating a test with .skip  Pending 1327
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 29368
View all changes introduced in this branch ↗︎
UI Coverage  46.24%
  Untested elements 188  
  Tested elements 166  
Accessibility  92.55%
  Failed rules  3 critical   8 serious   2 moderate   2 minor
  Failed elements 899  

@AtofStryker AtofStryker self-requested a review November 1, 2024 17:49
@jennifer-shehane jennifer-shehane merged commit 42ccfc1 into release/14.0.0 Nov 5, 2024
81 of 83 checks passed
@jennifer-shehane jennifer-shehane deleted the deprecate-resource-type branch November 5, 2024 14:22
@jennifer-shehane jennifer-shehane mentioned this pull request Dec 3, 2024
28 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate resourceType in cy.intercept
2 participants