Check LocalStorage
Compare a localStorage value in the browser.
Last updated
Compare a localStorage value in the browser.
Check LocalStorage compares a localStorage key against what you expect. Use it to verify client side data the application stores in the browser.

Confirm a feature flag or preference was saved after the user changes a setting.
Verify application state in localStorage after a login or onboarding step.
Set the key first with Set LocalStorage when the Flow needs a known starting value.
Key Name
localStorage key to read
Comparison Type
Comparison Type (equals by default)
Value
Expected value as text and/or a Value
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Value Standardization
Tags: check, localStorage, value, test, expect, assert, data
Last updated