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

Remove console logging #57

Open
bruceborrett opened this issue Apr 18, 2024 · 0 comments
Open

Remove console logging #57

bruceborrett opened this issue Apr 18, 2024 · 0 comments

Comments

@bruceborrett
Copy link

Every time a new cypress spec is run, the following gets printed to the console:

[browserPermissions] permission 'notifications' => 'allow'
[browserPermissions] permission 'geolocation' => 'allow'
[browserPermissions] permission 'camera' => 'block'
[browserPermissions] permission 'microphone' => 'allow'
[browserPermissions] permission 'images' => 'allow'
[browserPermissions] permission 'javascript' => 'allow'
[browserPermissions] permission 'popups' => 'ask'
[browserPermissions] permission 'plugins' => 'ask'
[browserPermissions] permission 'cookies' => 'allow'

It would be nice if this could be silenced via config option or even just removed altogether, or possibly only printed once at the beginning of a test run.

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

No branches or pull requests

1 participant