Files
cypress/cli/scripts
Cacie Prins 8b79e52b51 fix: No longer display tags on stderr data in component testing (#33400)
* strip stderr at main bin spawn

* tests

* do not fail if there are no dependencies

* tests for spawn piping

* rm unused filtering from electron pkg

* changelog

* rm mockFilterWriter from electron open.spec

* add stderr-filtering back to electron/open for system tests

* point system tests that need cli as a dep to built cli instead of root cli

* conform spawn/open

* make error tags dynamically settable via env var

* make system test dep installer resolve file: by path instead of by module name

* raise errors again, fix test for LineDecoder

* reset stderr-filtering, remove env-directed tags

* use correct path for file: deps; rm dead code; close passthrough stream

* determine absolute path for file: deps in system test projects

* changelog

* changelog

* revert pathToPackage

* do not end primary stderr when source stream is ended; only write to source stream if writable
2026-03-03 09:28:28 -07:00
..