Cypress: Support a NO_COLOR argument to force disabling all colors

Created on 20 May 2018  路  3Comments  路  Source: cypress-io/cypress

Because we are now aggressively forcing color output in CI, we need to support a NO_COLOR=1 argument when spawning Cypress.

feature

Most helpful comment

It's an environment variable the user would add to their system or use when spawning Cypress

NO_COLOR=1 cypress run

All 3 comments

Is this accessible to users of Cypress? Or only internal?

It's an environment variable the user would add to their system or use when spawning Cypress

NO_COLOR=1 cypress run

Released in 3.0.0.

Was this page helpful?
0 / 5 - 0 ratings