How to set chromeWebSecurity for a single test? #29890
Unanswered
debasisj
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cypress.config("chromeWebSecurity", false) -> this does not work anymore!! as compilation error
Argument of type '"chromeWebSecurity"' is not assignable to parameter of type 'keyof TestConfigOverrides'.ts(2345)
and also the option not available for
cy.visit(url, config,fn)
level as well?I have this credit card iframe that is from cross origin. However setting chromeWebSecurity as false at default config fails some other test.
Cypress version
13.3.3
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions