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 | |---|---|---|---|---|---| | [react-scripts](https://togithub.com/facebook/create-react-app) | [`4.0.3` -> `5.0.1`](https://renovatebot.com/diffs/npm/react-scripts/4.0.3/5.0.1) | [![age](https://badges.renovateapi.com/packages/npm/react-scripts/5.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

examples

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

[![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) | [`12.5.0` -> `13.0.3`](https://renovatebot.com/diffs/npm/lint-staged/12.5.0/13.0.3) | [![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

devDependencies

### Description Could be a breaking change ### Screenshots (if appropriate)

**Is your feature request related to a problem? Please describe.** Recently cypress upgraded to version 10, For some reasons `plugin.{ts.js}` is deprecated, cypress does not recommending to use plugin files....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`16.3.0` -> `17.1.2`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/16.3.0/17.1.2) |...

devDependencies

**Describe the bug** I am doing this in a clean installation of cypress V10.1.0 and cypress-firebase V2.2.1. I have went through all the steps described on the readme file to...

Hello, This is neither a bug nor a feature request, just a question. I'm using cypress for automation. Our app uses Firestore DB on multiple envs (dev, staging), which means...

### Description Fixed a bug that firestore does not save as a date if the date exists in the map in the array. ### Screenshots (if appropriate)

**Is your feature request related to a problem? Please describe.** This is really down to laziness/absent-mindedness, but I had a series of tests that each visited the same page but...

enhancement