Skip to content

Commit 1e53542

Browse files
authored
Merge branch 'main' into gha/version-selection
2 parents cf475d0 + 0dd9539 commit 1e53542

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

readme.md renamed to README.md

File renamed without changes.

docs/api/commands/clearallsessionstorage.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ data for all origins with which the test has interacted.
88

99
:::caution
1010

11-
Cypress automatically runs this command _before_ each test to prevent state from
12-
being shared across tests when
11+
Cypress automatically clears all session storage _before_ each test to prevent
12+
state from being shared across tests when
1313
[test isolation](/guides/core-concepts/writing-and-organizing-tests#Test-Isolation)
14-
is `on`. You shouldn't need to use this command unless you're using it to clear
15-
localStorage inside a single test or test isolation is `off`.
14+
is enabled. You shouldn't need to use this command unless you're using it to
15+
clear sessionStorage inside a single test or test isolation is disabled.
1616

1717
:::
1818

src/data/plugins.json

+7
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,13 @@
710710
"link": "https://github.com/MohamadKh75/cypress-plugin-multiple-click",
711711
"keywords": ["testing", "commands", "click"],
712712
"badge": "community"
713+
},
714+
{
715+
"name": "@datashard/snapshot",
716+
"description": "Adds Snapshot command. Adds value / object / DOM element snapshot testing support to Cypress test runner",
717+
"link": "https://github.com/datashard/snapshot",
718+
"keywords": ["snapshot", "comparison", "commands"],
719+
"badge": "community"
713720
}
714721
]
715722
},

0 commit comments

Comments
 (0)