For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check LocalStorage

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.

Check localStorage Test Step

When to use it

  • 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.

Configure

Basics

Field
What to set

Key Name

localStorage key to read

Comparison Type

Comparison Type (equals by default)

Value

Expected value as text and/or a Value

Advanced

Field
What to set

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