Results 11 issues of Blue F

When the PDW contains spaces, our example commands break. We should wrap them in quotes. Without quotes, the command is constructed incorrectly: ``` bluewinds@Aisa:~/My Games/Mine/Lapis2$ sudo docker run -it -v...

cypress-file-upload has a variety of issues with file encoding, and an ongoing support log about working with binary files. This is understandable - cypress has historically been very text-centered, and...

enhancement

### What would you like? Queries solve a major problem: how can Cypress safely requery the DOM when the subject becomes detached? The Cypress command queue also handles this cleanly...

### What would you like? Following on from https://github.com/cypress-io/cypress/issues/23550 and https://github.com/cypress-io/cypress/issues/23804, we need to migrate the remaining commands that will be queries to use the new API. The remaining list...

- Closes https://github.com/cypress-io/cypress/issues/23550 ### User facing changelog This PR contains three user-facing changes: - The addition of Cypress.Commands.addSelector(), in packages/driver/src/cypress/commands.ts and packages/driver/src/cypress/command_queue.ts. This currently an internal API - it will...

### What would you like? As part of #7306, and building upon #23550, we're migrating additional commands to be queries. This PR is one part of that; It can be...

- Closes ### User facing changelog Not ready for review yet. ### Additional details ### Steps to test ### How has the user experience changed? ### PR Tasks - [...

### What would you like? As part of the Detached DOM work, we need to implement "queries", which are commands that function in a different way from existing cypress commands...

stage: needs review

Associated code: https://github.com/cypress-io/cypress/pull/23734 Beginning in Cypress 11, invoking Cypress commands inside `.should()` will throw an error. Doing this currently (Cy 10 and earlier) results in undefined behavior - a term...

### User facing changelog Creates and adds types to `Cypress.ensure` API, which can be useful for creating custom queries. This new API is based off the previously undocumented `cy.ensure*` methods,...