cypress-localstorage-commands
cypress-localstorage-commands copied to clipboard
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests and spec files. Allows disabling localStorage.
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 - [ ]...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
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.
**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...
**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...
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...
**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...