Cypress server does not respect --quiet
config parameter
#16268
Labels
pkg/server
This is due to an issue in the packages/server directory
type: unexpected behavior
User expected result, but got another
Current behavior
When started with
--quiet
flag, cypress still prints warning and info to stdout from cypress server.Examples:
or
cypress/packages/server/lib/modes/record.js
Line 673 in 14f72a3
Desired behavior
When started with
--quiet
flag, Cypress output will not be printed to stdout. Only output from the configured Mocha reporter will print. (as in docs)Test code to reproduce
run any test with
--quiet
and--record
with cypress dashboard enabled.Versions
any version. Tested on latest (7.2.0)
The text was updated successfully, but these errors were encountered: