Advanced Options
Retaining localStorage from Test Recording
Handling in case when application uses encrypted local storage
Added from version v0.1.7, we’ve added support for you to retain localStorage values from recording.
From version v0.1.7 of AutoFlow Studio, instead of using the values of localStorage from latest test run, you can use the same values recorded when you were creating the test.
This approach is helpful when you’re using libraries like react-secure-storage
and encrypt localStorage in your user journey.
To use the localStorage from your test recording, select the first option as shown in the image below.
Was this page helpful?