cypress-data-session icon indicating copy to clipboard operation
cypress-data-session copied to clipboard

Cypress command for flexible test data setup

Results 9 cypress-data-session issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Best to explain the request with an example from a sample repo. https://github.com/muratkeremozcan/appsyncmasterclass-backend/tree/main/cypress/e2e The 3 spec files `image-upload`, `tweet`, `user-profile` all spin up a random user and get a token...

enhancement

Please find a way to store data-session data on the disk. Right now if we close cypress instance all the session data would get lost. If we store session data...

Save and update limit count in the plugins process

enhancement

```js cy.dataSession('name') ``` should validate the data session "name" and call the validate and maybe the setup function (but not re-create)

enhancement

### By using cy.dataSession in the 'before' hook, I should be able to access the data in all test cases of the spec. ### **Description** If a user wants to...

It would be so so nice to have a page UI for clearing / inspecting data sessions

enhancement

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