Skip to content

cypress verify gets confused by extra debug output #709

@bahmutov

Description

@bahmutov

If we run DEBUG=* cypress verify the spawned process outputs extra debug output, which confused the verify because it tries to match the output exactly.
Should instead match one of the output lines. Something like this should find the expected value 221

DEBUG.....
DEBUG...
221
DEBUG....

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions