cypress icon indicating copy to clipboard operation
cypress copied to clipboard

Fast, easy and reliable testing for anything that runs in a browser.

Results 1422 cypress issues
Sort by recently updated
recently updated
newest added

### Current behavior Currently react/mount points to the component mount that works for react

stage: in progress
CT
v12.0 Release

Support `cy.visit()` with protocols other than `http`/`https` such as: - `chrome://` - `chrome-extension://` - `resource://` Most notably, `chrome-extension://` will allow users to test the UI of a chrome extension.

type: feature
difficulty: 5️⃣
stage: icebox

### Current behavior I had set the attribute chromeWebSecurity:false in cypress.json. But when i execute my test, it is throwing the below error. Note: In my script, two different urls....

stage: awaiting response

### What would you like? For now, component testing in cypress doesn't load up plugins and modules listed in `nuxt.config.js` file when used with NuxtJS framework. It will be nice...

type: enhancement
CT
stage: routed to ct
stage: fire watch
priority: medium
ct-core

### Link to dashboard or CircleCI failure https://app.circleci.com/pipelines/github/cypress-io/cypress/45562/workflows/8510305c-0f92-41d6-b8fb-2abaa50db11a/jobs/1914521/tests#failed-test-2 ### Link to failing test in GitHub https://github.com/cypress-io/cypress/blob/963e184446dffe627c7c412c72c428be0da388b0/packages/app/cypress/e2e/runs.cy.ts#L888-L955 These two are flaky on windows. ### Analysis Not sure if it's race condition,...

stage: needs review
topic: flake ❄️

https://user-images.githubusercontent.com/1271364/171277456-f5201f5a-0703-4111-8668-8f198cae8a5d.mov ### Browsers All browsers, **EXCEPT for Electron** because Electron is launched in the same docked application as Cypress ### Operating Systems and Hardware * Reproduced on OSX Monterey w/...

type: bug
stage: awaiting external fix
v10.0.0 :bug:

### Current behavior cy.task('combineCoverage') timed out after waiting 60000ms. getting this error a lot during the execution of test cases on bitbucket but locally when the same test cases are...

topic: code coverage

### Current behavior When Im using `@cypress/webpack-preprocessor` to preprosess the `webpack.config.js` file and include the option: `splitChunks: all` Cypress response with the message "Cypress could not detect tests in this...

stage: backlog
npm: @cypress/webpack-preprocessor

### Current behavior Providing a filter works, but is shown as invalid. ### Desired behavior Types should be updated to match `prevUntil`, `parentUntil` ### Test code to reproduce n/a ###...

topic: typescript
E2E

### Current behavior We have code (JS/jQuery) invoking the POST request: ```js $.ajax({ type: 'POST', url: '/web/api2/v1/term/{0}'.format(tbId), dataType: 'json', contentType: 'application/json', cache: false, async: false, data: JSON.stringify({ conceptId: conceptId, lang:...

type: bug
E2E