colossal-oxygen-29599
05/05/2023, 2:58 AMcypress run?enough-truck-68085
05/05/2023, 1:24 PMcolossal-oxygen-29599
05/08/2023, 5:46 AMdebug to my project (and @types/debug), the output of debug (and console.error) seems supressed when I run npx cypress run...enough-truck-68085
05/08/2023, 3:54 PMDEBUG=cypress:* cypress run ...etc
And that's not working?colossal-oxygen-29599
05/09/2023, 5:38 AMDEBUG. E.g., DEBUG=myApp cypress run should output my logs. But instead, debug statements get suppressed. I've tested this in a simple index.ts script that isn't run inside cypress and I don't get any issues.colossal-oxygen-29599
05/09/2023, 5:38 AMDEBUG=myApp ts-node index.tscolossal-oxygen-29599
05/09/2023, 5:39 AMDEBUG=* cypress run
to output not only the cypress debugging, but my debugging as well.many-airline-45402
05/09/2023, 7:40 AMcolossal-oxygen-29599
05/09/2023, 7:44 AMdebug, and @types/debug, and I was able to use it outside of cypress, yet the output doesn't show up when I use it during cypress run (or cypress open)many-airline-45402
05/09/2023, 8:02 AMindex.ts?colossal-oxygen-29599
05/09/2023, 8:17 AMmany-airline-45402
05/09/2023, 8:24 AMenough-truck-68085
05/09/2023, 1:11 PM