Chris Breiding

Results 10 issues of 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). ![Screen Shot 2020-07-20 at 1 49 23 PM](https://user-images.githubusercontent.com/1157043/87969718-a6289400-ca90-11ea-871b-2be8793d3d54.png)

- 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...

type: bug
type: error message
stale

### 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...

type: bug
topic: snapshot
topic: cy.origin
E2E
stale

### 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...

content: rewrite
good-first-issue

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...

feature request

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...

typescript

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...

type: feature
topic: cy.origin
E2E
topic: auth
prevent-stale