cypress-firebase icon indicating copy to clipboard operation
cypress-firebase copied to clipboard

Cypress plugin and custom commands for testing Firebase projects

Results 91 cypress-firebase 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: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`15.2.0` -> `17.0.1`](https://renovatebot.com/diffs/npm/sinon/15.2.0/17.0.1) |...

devDependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://togithub.com/okonet/lint-staged) | [`14.0.1` -> `15.2.0`](https://renovatebot.com/diffs/npm/lint-staged/14.0.1/15.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

devDependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@firebase/rules-unit-testing](https://togithub.com/firebase/firebase-js-sdk) ([source](https://togithub.com/firebase/firebase-js-sdk/tree/HEAD/packages/rules-unit-testing)) | [`2.0.7` -> `3.0.1`](https://renovatebot.com/diffs/npm/@firebase%2frules-unit-testing/2.0.7/3.0.1) |...

devDependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | ---...

github_actions
ci

### Description ### Screenshots (if appropriate)

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Now that Cypress supports ESM it would be nice to switch cypress-firebase over (full `type:...

**Is your feature request related to a problem? Please describe.** Switch to v9 internally for firebase - this will likley be a breaking change as namespaced imports will be used...

enhancement

As the ID of my documents are generated randomly, i need to delete a queried document. I tried the query below but this deleted all the documents of the collection...

The test is crashing and returning to the login page after showing this error message: "Cannot read properties of undefined (reading 'includes')" This was working yesterday, and then all of...