cypress-localstorage-commands icon indicating copy to clipboard operation
cypress-localstorage-commands copied to clipboard

Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests and spec files. Allows disabling localStorage.

Results 9 cypress-localstorage-commands 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.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/javierbrea/cypress-localstorage-commands). ## Config Migration Needed - [ ]...

[![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/)...

dependencies
renovate

From version 2.2 the E2E tests are being executed with many different Cypress versions and configurations. This was made extracting the common Cypress spec files and the application used to...

refactor

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | eslint-plugin-no-only-tests | [`2.6.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/2.6.0/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-no-only-tests/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
renovate

I am just wondering if it is feasible to add key value in localstorage for subdomain instead of super domain using cypress-localstorage-commands . Thanks.

enhancement
awaiting response

**Is your feature request related to a problem? Please describe.** When testing an application that stores session details in Session Storage instead of Local Storage, it would be good to...

enhancement

**Is your feature request related to a problem? Please describe.** The restore and save storage is async function like other cypress functions. In our case, we need to check a...

support
awaiting response

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mindsers/changelog-reader-action](https://redirect.github.com/mindsers/changelog-reader-action) | action | patch | `v2.2.2` -> `v2.2.3` | --- ### Release...

dependencies
renovate

**Describe the bug** Got ReferenceError: require is not defined **To Reproduce** After installing run the test **Expected behavior** instead of require what else we can use to configure in the...

support
not a bug