cypress-example-recipes icon indicating copy to clipboard operation
cypress-example-recipes copied to clipboard

Various recipes for testing common scenarios with Cypress

Results 108 cypress-example-recipes issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

type: dependencies
renovate

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

I am using the code from this [example](https://github.com/cypress-io/cypress-example-recipes/blob/master/examples/testing-dom__download/document-utils/read-excel.js). Unfortunately it does not work with .xlsx that are locked for editing. Could somebody provide an example that also works with locked...

Link to a new community recipe: Stubbing OAuth Popup Authorization with Cypress https://developers.livechat.com/updates/cypress-stubbing-popup-auth

When I click on the button to download an excel file, it gets downloaded in my local disk, not in cypress/fixtures/downloadsFolder. help me please.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [start-server-and-test](https://togithub.com/bahmutov/start-server-and-test) | [`1.11.6` -> `1.11.7`](https://renovatebot.com/diffs/npm/start-server-and-test/1.11.6/1.11.7) | [![age](https://badges.renovateapi.com/packages/npm/start-server-and-test/1.11.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: dependencies
renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress-select-tests](https://togithub.com/bahmutov/cypress-select-tests) | [`1.5.3` -> `1.5.9`](https://renovatebot.com/diffs/npm/cypress-select-tests/1.5.3/1.5.9) | [![age](https://badges.renovateapi.com/packages/npm/cypress-select-tests/1.5.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: dependencies
renovate

I'm trying to run my test files (feature files) with last version from Cypress 10.0.3 after I finish the configuration, I can see the test file in Cypress interface, but...