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

chromeWebSecurity: false, // Disable web security to allow microphone access is not working in "cypress": "^13.6.2", I downgrade to 12.0.0 and it works fine #29280

Open
ajeesh-ts opened this issue Apr 8, 2024 · 0 comments
Labels
stage: needs investigating Someone from Cypress needs to look at this

Comments

@ajeesh-ts
Copy link

Current behavior

chromeWebSecurity: false, // Disable web security to allow microphone access is not working in "cypress": "^13.6.2"
This settings is set in cypress.config.ts file and which was working fine previously, but in latest version "cypress": "^13.6.2" chromeWebSecurity: false is not working, Tried using chromeFlags: ['--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream'] which is also not working. So i tried installing an older version of 12.0.0 and it is working fine

Desired behavior

chromeWebSecurity: false, // Disable web security to allow microphone access
It should disable the microphone access browser settings

Test code to reproduce

chromeWebSecurity: false, // Disable web security to allow microphone access

Cypress Version

13.6.2

Node version

v20.11.0

Operating System

Windows 11 Pro

Debug Logs

No response

Other

No response

@cacieprins cacieprins added the stage: needs investigating Someone from Cypress needs to look at this label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: needs investigating Someone from Cypress needs to look at this
Projects
None yet
Development

No branches or pull requests

2 participants