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

A way to re-run Cypress commands until a predicate function returns true

Results 10 cypress-recurse 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 | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`9.7.0` -> `10.11.0`](https://renovatebot.com/diffs/npm/cypress/9.7.0/10.11.0) | [![age](https://badges.renovateapi.com/packages/npm/cypress/10.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

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. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that...

I was wondering if it's possible to log response from cy.request() when recursion ends? Like { error: response.body }

question

cypress-recurse : 1.13.1 if **log: true** is set in options then "NICE!" gets logged in the test runner window as well. In the actual use case is there any use...

```js recurse( () => cy.get('#output').invoke('text'), (text) => text === 'Surprise!', ``` TypeScript check complains about `Promise`? Making a full function seems to solve a problem, but why... ```js function getText()...

released
typescript

There are some scenarios where we want to continue with execution, if max limit reached without an error.

I am running Cypress version 13.2.0 cypress-recurse: 1.35.2 Pipeline machine = Ubuntu 16GB Ram I have noticed that when a test failed due to recurse function timeout on the pipeline,...

I use typescript in my cypress project and I have been facing some issues to scroll if the element is not visible, so cypress recurse looks great :) I hope...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.5.4` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependencies
renovate