Zach Bloomquist
Zach Bloomquist
Compare the README to the .d.ts file... most types are missing, such as `is.port`
### Current behavior: * Firefox records videos as a WEBM with variable framerate. * When Cypress streams these chunks to `ffmpeg`, the variable framerate is incorrectly interpreted at a constant...
### What would you like? Add the ability to dynamically disable request logs in cy.intercept(), like so: ```js cy.intercept('/foo', (req) => { req.log = false } ``` ### Why is...
##### SUMMARY Currently, wires that overlap/cross over each other without connecting are displayed as line segments. Despite the fact that connections between wires are shown with a circle, it can...