Open bruceborrett opened 7 months ago
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.
Every time a new cypress spec is run, the following gets printed to the console:
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.