Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

Just hit the problem https://github.com/cypress-io/cypress/issues/2181 ```text _stream_readable.js:658 dest.end(); ^ TypeError: dest.end is not a function at Socket.onend (_stream_readable.js:658:10) at Object.onceWrapper (events.js:284:20) at Socket.emit (events.js:201:15) at endReadableNT (_stream_readable.js:1130:12) at processTicksAndRejections (internal/process/task_queues.js:83:17)...

Note, on Windows the CLI starts the binary with arguments `{ detached: false, stdio: 'pipe', windowsHide: false }`

When running the job on CircleCI via SSH cmd.exe the tests finish fine. I think this problem might be related to the terminal shell (interactive vs non-interactive)

Is this recipe NOT working or is it failing a TypeScript check? I believe from your comments that it is failing a TS check. Add this ``` // @ts-ignore .its('0.contentWindow')...

Hmm I don’t know how we could confirm or debug this, since it passes on multiple tests in this repo Sent from my iPhone > On Feb 12, 2020, at...

Try using cy.task to read and convert that file - task runs in Node context Sent from my iPhone > On Mar 3, 2019, at 08:17, Yogit Thakral wrote: >...

Note that Vue DevTools Chrome extension is using Cypress to test itself https://github.com/vuejs/vue-devtools

@Sandstorm84 we need more information with screenshots to even recreate this problem. Right now I have tried running these tests in as many combinations as possible, even checking if `__dirname`...

Thanks @chrisbreiding for detailed answers. I am ok with error handling - I reworked the event in watch mode to overwrite the promise, and seems to be ok. - source...

@chrisbreiding I ran `cypress-browserify-preprocessor` with DEBUG env variable, and saw other messages, but not the close one. https://github.com/cypress-io/cypress-browserify-preprocessor/blob/master/index.js#L178