Chris Breiding
Chris Breiding
[This test](https://github.com/cypress-io/cypress-example-recipes/blob/master/examples/unit-testing__react-apollo/src/App.spec.jsx#L7) is [failing due to a cross-origin error from codesandbox.io](https://app.circleci.com/pipelines/github/cypress-io/cypress-test-example-repos/4383/workflows/fdbc4374-9e0f-4e5c-a636-820d9e17cd2b/jobs/113721/steps). 
- Closes #492
- Closes #27200 ### Additional details The argument comparison would fail for privileged commands if any argument was mutated between invocation and running the command. The fix is to send...
### Current behavior Found a case where the full error message is not printed to stdout. Only the `Timed out retrying after 4000ms` part is printed, making it difficult to...
### Additional details See [ClickUp requirements](https://app.clickup.com/18033298/docs/h6amj-46207) ### Steps to test ### How has the user experience changed? ### PR Tasks - [x] Have tests been added/updated? - [ ] Has...
### Current behavior When viewing snapshots of commands within the `cy.origin()` callback, images where the `src` attribute value is not fully-qualifed are not displayed correctly. This occurs because we display...
### Subject Command Line Guide ### Description On Windows Powershell, [using `--env` with multiple values](https://github.com/cypress-io/cypress/issues/26777) does not work as documented because it changes the comma to a space. This isn't...
First off, thank you very much for this library. It's awesome. My use case for Packery is having a dashboard of widgets that users can drag and drop to re-arrange...
When typescript support is enabled, we should load the user's `tsconfig.json` and only override the options we need to for things to run smoothly. We should try to auto-load it...
Add support for nested multi-domain commands, for cases where you visit multiple domains in a row before ending up back on the test's primary domain. ```js cy.visit('http://domain1.com') cy.get('a').click() // takes...