首页 > 试题广场 >

在Cypress中,cy.intercept()相比已废弃的

[单选题]
在Cypress中,cy.intercept()相比已废弃的cy.route()的主要改进是什么?
  • cy.intercept()只能拦截XHR请求
  • cy.intercept()可以拦截所有网络请求(包括Fetch、静态资源等),而cy.route()只能拦截XHR
  • cy.intercept()不支持请求修改
  • cy.intercept()只能在beforeEach钩子中使用
1
发表于 2026-04-20 20:37:21 回复(0)