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....
If we run
DEBUG=* cypress verifythe 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